Difference between String & StringBuffer
Answer Posted / tamanna reshmi
The main difference of string class and StringBuffer is
that....while STRING class creates strings
fixed_length,STRINGBUFFER creates strings of flexible length
that can be modified in terms of both length and
content.........
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do you understand by abstract classes?
What are the escape sequences in java?
Are registers volatile?
What is class??
Explain about object oriented programming and its features?
Why spring singleton is not thread safe?
What is jagged array in java?
How to sort double array in java?
Why set do not allow duplicates in java?
What is a generic data type?
What is stringreader?
How the metacharacters are different from the ordinary characters?
What is update method called?
How is treeset implemented in java?
I want to persist data of objects for later use. What is the best approach to do so?