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 are Hostile Applets?
What is local variable and instance variable?
What is formatted output in java?
Is an object null?
Explain the differences between abstraction and encapsulation?
What is a ?
What is computer compiler?
How many unicode characters are there?
How to print nodes of a Binary tree?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
How can we make a class singleton?
What is the collections api?
What is thread safe java?
What is a locale?
What does || mean in vectors?