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
How can an exception be thrown manually by a programmer?
Explain about serializable interface in java?
What is singleton class and how can we make a class singleton?
Does constructor be static?
What do you mean by aggregation?
What is the symbol for space?
What is constructor and its types?
What is keyword in oop?
How can you add and remove nodes in jtree?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What is thread life cycle?
What is the output of the below java program?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is a method type?
What is runtime locatable code?