what is mean by String and StringBuffer?
What is mean by Methooverriding and Overloading?
Answer Posted / r maria ruban raj
What Ravi said is correct in string and string buffer.
method overriding is same method available in both base or
super class and in drived class. At that time we say this
is over riding. method over loading is same method with
different signurate and different parameter.
Method over riding ===base class and drived class
Method overloading === same class
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can we have more than one package statement in the source file?
what are three ways in which a thread can enter the waiting state? : Java thread
How do you use spaces in java?
Which of the following classes will have more memory allocated?
What is a double?
What is meant by object oriented programming – oop?
Can we restart a thread already started in java?
Can we sort a map in java?
What is difference between stringbuffer and string?
Explain differences between collection api and stream api?
Is nullpointerexception checked or unchecked?
Can we have this () and super () together?
What is linkedlist in java?
What are filterstreams?
What are the basic concepts of OOPS in java?