what is overloading in java?
Answer Posted / narendher sharma
Methodoverloading occurs with in the class..
Methodoverloading will not involve in Inheritance ..
Method overloading means whic is same method name with
different arguments and parameters may be same may not be
same..
Methodoverloading is call as Compiletime polymorphism which
refers as static polymarphism..
| Is This Answer Correct ? | 76 Yes | 15 No |
Post New Answer View All Answers
Which is faster set or list in java?
Which is better stringbuffer or stringbuilder?
Is java a security risk?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is the difference between a synchronized method and a synchronized block?
What is difference between float and double?
What are different type of exceptions in java?
What are advantages of using Java?s layout managers than windowing systems?
what is the difference between yielding and sleeping? : Java thread
Explain JMS in detail.
How are this() and super() used with constructors in java programming?
What is a jagged array in java?
Which method cannot be overridden in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What does regex mean?