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 carriage return means?
What is an immutable class?
Do loops java?
Why static functions are used?
What is jit compiler in java?
What is the synonym of procedure?
Why is singleton class used?
can rmi and corba based applications interact ?
Which class should you use to obtain design information about an object in java programming?
what are different ways in which a thread can enter the waiting state? : Java thread
What does the string method compareto () do?
Describe the term diamond problem.
What is the purpose of format function?
Why convert an applet to an application?
State the difference between strings and arrays.