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 ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a stringbuilder?
What is assembly condition codes?
Explain about anonymous inner classes in java?
Differentiate between overriding and overloading cases?
Is singleton set an interval?
Explain wait(), notify() and notifyall() methods of object class ?
What is constant in programming?
Explain a few methods of overloading best practices in java?
How do you decide when to use arraylist and linkedlist?
How do you avoid global variables?
Does list allow duplicates in java?
What happens if main method is not static?
What do you mean by data type?
How can we find the actual size of an object on the heap?
What is the difference between int and integer in java?