Difference between String & StringBuffer
Answer Posted / ravikiran(aptech mumbai)
String is immutable where as StringBuffer is mutable.Means
until the newly created string object is reffered by a
reference variable it's value is uncahangable
| Is This Answer Correct ? | 34 Yes | 7 No |
Post New Answer View All Answers
How can you read an integer value from the keyword when the application is runtime in java? example?
Difference between method overloading and overriding.
Can we override singleton class?
Why do we need hashset in java?
Explain the inheritance?
How is java created?
How to Sort Strings which are given in List and display in ascending order without using java api.
What are desktop procedures?
What are heap memory and stack memory and what are memory tables.
What is the difference between java applets and applications?
What is a programming object?
What is array command?
How big is a pointer?
What is runtime polymorphism or dynamic method dispatch?
What is the relationship between clipping and repainting under awt?