Difference between String & StringBuffer
Answer Posted / ravikiran(aptech mumbai)
String is immutable where as StringBuffer is mutable.Means
until the newly created string object is reffered by a
reference variable it's value is uncahangable
| Is This Answer Correct ? | 34 Yes | 7 No |
Post New Answer View All Answers
Why string is a class?
What are the kinds of polymorphism?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is the largest data type in java?
What is the += operator called?
Which graphs are functions?
What is a variable analysis?
What is the name of the java compiler?
What does escaping a character mean?
How to avoid memory leak in java?
What is functional interface in java?
What is an interface in java? Explain
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
How does thread synchronization occurs inside a monitor?
What is the difference between exception and error in java?