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
How the interruptible method gets implemented?
What is a module function?
Which is better 64 bit or 32 bit?
What does it mean to be immutable?
What does string [] args mean?
how to deploy tomcatserver to weblogic server? write d following steps?
What are the library functions in java?
Explain the transient field modifier?
Can we call the constructor of a class more than once for an object?
Is oracle java 11 free?
How do you create a method in java?
What is meant by class?
What’s the difference between unit, integration and functional testing?
Explain naming conventions for packages?
What is type inference in java8?