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
Explain the concept of hashtables?
What is volatile keyword in java
What are the concepts of 'OOPS'?
Objects or references which of them gets garbage collected?
Explain the usage of this with constructors?
Tell me about different OOPS concepts.
What happens when I use / and % with a negative numerator?
Does constructor creates the object ?
Is class forname reflection?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Is space a char?
Can we extend singleton class in java?
How can constructor chaining be done by using the super keyword?
Explain the difference between protected and default access.
Can a private method of a superclass be declared within a subclass?