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 ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between runnable and callable interface in java?
What are the various access specifiers in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
Is constructor inherited?
Is an integer an object?
What is a singleton factory?
Are arrays classes in java?
What are the 2 types of java programs?
What are the benefits of operations?
What are the topics in core java?
How do you escape sequences in java?
What state does a thread enter when it terminates its processing in java programming?
What does t in java mean?
What is the difference between keyword and identifier?
How does multithreading take place on a computer with a single cpu in java programming?