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
How big is a pointer?
What is parse method?
Why multiple inheritance is not supported by java?
What is JFC?
What is preflight request?
Can a class be a super class and a sub-class at the same time? Give example.
Implementations of set interface?
What is a variable analysis?
How to perform merge sort in java?
What is the escape character in java?
What is another word for methodology?
Does apple use java?
What exactly is java?
Explain the public class modifier?
What are bind parameters?