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


Please Help Members By Posting Answers For Below Questions

Is boolean a wrapper class in java?

592


What is lambda expression in java?

533


what is the significance of listiterator in java?

607


State the difference between strings and arrays.

590


Are generics important java?

515






What are the benefits of immutable objects?

529


Which sorting is best in java?

526


What is difference between public static and void?

474


What is e in java?

533


how does the run() method in runnable work? : Java thread

507


Explain the selection sort algorithm and state its time complexity?

593


Which package has light weight components?

552


Does hashset allow duplicates in java?

567


What is jagged array in java?

517


What is covariant return type?

630