Difference between the String and StringBuffer classes?
Answer Posted / anitha
yes, String is a immutable that means once the string
object is created it cannot be changed.
String Buffer: it is a mutable,this object is changed if we
make any modifications.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Write java program to reverse string without using api?
Why array is used in java?
Describe method overriding
What does this () mean in java?
What is unicode full form?
How can you set an applet’s height and width as a percentage?
What is wrapper class html?
How do you remove duplicates from an array in java?
What class allows you to read objects directly from a stream?
What are the types of casting?
How do you sort data in java?
What is the instance of an object?
What does .equals do in java?
What are the features of java?
What is preflight request?