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
Define a java class.
What is arrays fill in java?
Why does java not support pointers?
Can we have try without catch block?
Is vector ordered in java?
What is the meaning of course?
How can an exception be thrown manually by a programmer?
What is the flag in java?
What is a null check?
When we serialize an object does the serialization mechanism saves its references too?
What about instanceof operator in java?
What do you mean by boolean?
What are advantages of using Java?s layout managers than windowing systems?
What are kinds of processors?
What is meant by distributed application? Why are we using that in our application?