Difference between the String and StringBuffer classes?
Answer Posted / sathya
String class is immutable i.e oncle created the value
cannot chage.
Stringbuffer class is mutable.The value can change.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is function overriding and overloading in java?
Can a class have an interface?
What is the program compilation process?
What is style and indentation?
Can we override constructors?
how to create multithreaded program? : Java thread
Say any two properties in beans?
What are multiple inheritances? Is it supported by java?
What does I ++ mean?
What are internal variables?
How do you compare two strings lexicographically?
Define max and min heap, also the search time of heap.
What is null statement?
What do you mean by append?
Explain about instanceof operator in java?