What is difference between stringbuffer and string?
Answer / Deepika Saxena
String objects are immutable, while StringBuffer and StringBuilder are mutable. String objects cannot be changed once created, whereas StringBuffer and StringBuilder can be modified after creation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the size of string?
Is it possible to write static method in abstract class? justyfy your answer?
What is a map? What are the implementations of map?
Define how does a try statement determine which catch clause should be used to handle an exception?
What are the types of strings?
Is java a digit method?
What is the protected method modifier?
Why is flag used in java?
What is the relationship between clipping and repainting under awt?
What is the difference between class forname and new?
What is static in java?
Define a java class.