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 the purpose of extern variable?
What are advantages of using Java?s layout managers than windowing systems?
How the metacharacters are different from the ordinary characters?
What is meant by final class?
When do we use hashset over treeset?
What are the main differences between notify and notifyAll in Java?
What do you mean by chromounits in java8?
Is main a keyword in java?
What is the difference between an object-oriented programming language and object-based programming language?
What is difference between static and abstract class?
Why inputstreamreader is used in java?
What best practices should you follow while writing multithreaded code in java?
what is use of functional interface in java 8?
Is void a data type?
What are the two basic ways in which classes that can be run as threads may be defined?