Difference between String & StringBuffer
Answer Posted / ramanareddy333
strings are immutable where as string buffer is a
mutable,that means strings having the fixed size and string
buffer size is varied(growable).
| Is This Answer Correct ? | 119 Yes | 16 No |
Post New Answer View All Answers
What is meant by attribute?
What will be the initial value of an object reference which is defined as an instance variable?
What are the different access modifiers available in java?
What are singleton services?
What is broken and continue statement?
What about instanceof operator in java?
Is a boolean variable?
Explain about static nested classes in java?
How do you check if two strings are equal in java?
What is java lang object?
Can a serialized object be transferred via network?
What is gui programming?
What are alternatives to java serialization?
How much ram can a 64 bit processor theoretically?
What are register variables what are the advantages?