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
What is jvm? How its run?
Which methods are used during serialization and deserialization process?
What is java autoboxing?
Can you use abstract and final both with a method?
What are the limitations of procedural programming approach?
What do you mean by inner class in java? Explain
Difference difference paint() and paintcomponent()?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What Is Query Throttling in java?
What do you mean by object?
What is nullpointerexception in java?
What is a treeset in java?
Can we have any code between try and catch blocks?
what is the difference between future and callable interface in java?
What is the difference between object oriented programming language and object based programming language?