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 are java packages?
What is vector?
What is Java Annotations?
How do you create a first line indent?
What is the common usage of serialization? What exceptions occur during serialization?
What state does a thread enter when it terminates its processing in java programming?
Write a program to search a number in the given list of numbers.
What is difference between synchronize and concurrent collection in java?
What is consumer interface?
Differentiate between a constructor and a method? Can we mark constructors final?
What is a generic code?
What does exclamation mean in java?
Should you use singleton pattern?
What is a java applet? What is an interface?
Explain static nested classes ?