Difference between the String and StringBuffer classes?
Answer Posted / anitha
yes, String is a immutable that means once the string
object is created it cannot be changed.
String Buffer: it is a mutable,this object is changed if we
make any modifications.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why java is a platform independent? Explain
What are java packages?
What is serialversionuid?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is the difference between char and char *?
What is the difference between declaration and definition in java?
what do you mean by marker interface in java?
What is the difference between and ?
What is the final method?
Where to store local variables?
What is a marker interface?
What is java util hashmap?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
If system.exit (0); is written at the end of the try block, will the finally block still execute?
How to reverse string in java?