what is mean by String and StringBuffer?
What is mean by Methooverriding and Overloading?
Answer Posted / ravi
String is a final class which represents a character
string,string are constant they value cannot be changed
after they r created
its is final class Stringbuffer,Stringbuffer implemets
muttable String character,its is like a string but can be
modified, the length and content can be changed during
method call
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does string mean in java?
Is static a keyword in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
How do you input a string in java?
What is the use of generics? When was it added to the Java development Kit?
What is difference between an object and a class?
What is super?
what do you mean by java annotations?
What is java developer skills?
I want to persist data of objects for later use. What’s the best approach to do so?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Are true and false keywords?
Can a private method be declared as static?
What are the data types supported by java?
Can a final method be overloaded?