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 happens if main method is not static?
What is static synchronization?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is initial size of arraylist in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What is variable and its types?
Which is better arraylist or vector?
Why vector class is used?
Is it possible to instantiate the abstract class?
What is the difference between size and length in java?
What data structures are used to perform recursion?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
How many boolean functions are there?
What is meant by string is immutable?
What is the use of hashmap in java?