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
What are the library functions in java?
What is the difference between preparedstatement and statement in java?
What is ctrl m character?
How will you invoke any external process in java?
Can the garbage collection be forced by any means?
Why hashcode is used in java?
Is java a pure object oriented language?
worst case complexities of Quick sort and Merge sort.
What are decalarations?
What is entry set in java?
What is supplier in java?
Why spring singleton is not thread safe?
What does you mean in math?
How do you do absolute value in java?
Give example to differentiate between call by value and call by reference.