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
What is the difference between jdk, jre, and jvm?
What are the features of junit?
What is the function of log?
What are advantages of exception handling in java?
What are the difference between composition and inheritance in java?
What is hash in java?
why not override thread to make a runnable? : Java thread
Can anonymous class have constructor?
What are the disadvantages of using inner classes?
Explain what do you mean by functional overloading in java?
What is the difference between the size and capacity of a vector?
What is an array length?
How do you define a parameter?
Define max and min heap, also the search time of heap.
What do you know about the garbage collector?