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 array and arraylist in java?
How do I remove a character from a string in java?
What are constants and how to create constants in java?
What is the default size of arraylist in java?
How to perform merge sort in java?
What super () does in java?
Enlist diffrent types of inheritance supported by java?
How to use Media tracker Class.
Difference between string s= new string (); and string s = "abv";?
How to compare two strings in java program?
Explain differences between checked and unchecked exceptions in java?
How can you say java is object oriented?
What function extracts specified characters from a string?
What is a parameter in java?
What is a blocking method in Java?