what is mean by String and StringBuffer?
What is mean by Methooverriding and Overloading?
Answer Posted / ravi
String is a final class which represents a character
string,string are constant they value cannot be changed
after they r created
its is final class Stringbuffer,Stringbuffer implemets
muttable String character,its is like a string but can be
modified, the length and content can be changed during
method call
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the key functions of data binding?
What is the difference between integer parseint and integer valueof?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is the difference between member variables initialization and assignment in a constructor?
What is a condition in programming?
What is the function of java?
Why is the type for real numbers called double?
What is singleton class example?
What is the use of private static?
Is java still relevant?
Write a program to print fibonacci series up to count 10.
Which sorting is used in arrays sort in java?
Is there a way to increase the size of an array after its declaration?
How to pass arraylist to stored procedure in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?