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
does java support pointers?
How do you convert int to char in java?
Can you explain the meaning of aggregation and composition
Is it possible to override the main method?
Explain about fail safe iterators in java?
Should you use singleton pattern?
What is jdbc api?
If a class is declared without any access modifiers, where can the class be accessed?
What are examples of modifiers?
What is methodological framework?
Differentiate between nested and inner class in java.
What is visibility mode?
What is garbage collection? What is the process that is responsible for doing that in java?
What do you mean by access modifier?
Which package has light weight components?