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 arrays fill in java?
How many bytes is a string java?
What is == mean?
What is equlas() and hashcode() contract in java? Where does it used?
How many bits is a double?
do I need to use synchronized on setvalue(int)? : Java thread
What do you mean by JVM?
Are maps ordered java?
What are the disadvantages of using inner classes?
What about member inner classes?
What is the difference between abstract class and interface1? What is an interface?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
How many decimal digits is 64 bit?
What does super keyword do?
How do I get the | symbol on my keyboard?