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
What are reference variables in java?
What is close method? How it's different from Finalize & Dispose?
Which number is denoted by leading zero in java?
What is %d in printf?
What is a boolean flag in java?
How static variable work in java?
Java is pass by value or pass by reference? Explain
What is the size of integer?
What is the history of java?
What is a constructor overloading in java?
What languages are pass by reference?
Why char array is preferred over string for storing password?
How can you add and remove nodes in jtree?
What are some examples of variable costs?
Why java does not support pointers?