Answer Posted / parameswaran
String is immutable object..we can't modified the value...
but string buffer is mutable object we can change.
>>It can increase or decrease the size dynamically..
>>It contains Max 255 characters..
Warm & Regards
Parames(PRC)
Thanjavur
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Which types of exceptions are caught at compile time?
What is tochararray in java?
Why do people says “java is robust”?
What is a nullable field?
When is the finalize() called?
What is method overloading in JAVA? Why is it not present in C ?
How does compareto work in java?
What is purpose of find feature?
How do you read and print a string in java?
What are access specifiers available in java?
What is difference between == and === in js?
explain local datetime api in java8?
Explain where variables are created in memory?
What is the difference between the font and fontmetrics classes in java programming?
what happens when a thread cannot acquire a lock on an object? : Java thread