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 is meant by singleton class?
Explain the purpose of garbage collection in Java?
Why declare Main() method as a static in java ?
how to create multithreaded program? : Java thread
What is a for loop in java?
Why should we use singleton pattern instead of static class?
What are "class access modifiers" in Java?
Which of the following classes will have more memory allocated?
What are the principle concepts of oops?
What are filterstreams?
Is it possible to use string in the switch case?
What is a generic data type?
What are variable names?
whatis Home interface and Remoteinterface? with example?
What is a lightweight component?