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
Does java arraylist maintain insertion order?
Is static variable stored in heap?
What is the map interface in java programming?
What is the difference between multitasking and multithreading in Java
What is the function of java?
What are different type of exceptions in java?
What are the different types of constructor?
What super () does in java?
Can we create object of inner class in java?
What is bufferedwriter?
What is thread synchronization in java?
What is variable length arguments in java?
Why there are some null interface in java? What does it mean?
What are the four corner stones of oop?
Which is illegal identifier in java?