Tech
Baba.com
Home
|
Ask a New Question
|
Register
|
LogIn
What is the difference between the String and StringBuffer classes?
What is the difference between the String and StringBuffer classes?
Renon
Views: 667 | Community Opinion:
1
Tags..
StringBuffer classes
Java Classes
Core Java Interview
Java
Bookmark this page..
Ask a New Question
Go to Home
Community Opinion/Answers
Oiesis
Said..
String objects are constants. StringBuffer objects are not.
What do you think? Add your opinion/answer
*Name
Please enter your name.
*your opinion/answer:
Please enter your opinion.
Related Questions & Answers:
What is synchronization and why is it important?
What class is the top of the AWT event hierarchy?
Can an anonymous class be declared as implementing an interface and extending a class?
What method is invoked to cause an object to begin executing as a separate thread?
What is the Collection interface?
How does a try statement determine which catch clause should be used to handle an exception?