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
Which is easier .net or java?
Differentiate storage classes on the basis of their scope?
How list contains works in java?
What is generics in java interview questions?
How do you execute a thread in java?
Explain different types of wrapper classes in java?
What is the size of arraylist in java?
How does java pattern compile work?
Is vector ordered in java?
What does java stand for?
How do we access static members in java?
Why char array is favored over string for the storage of passwords?
Are maps ordered java?
what is abstract class in Java?
What is thread life cycle in java?