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
What is main function purpose?
How do you clear a method in java?
What is linkedlist in java?
Can abstract class have private constructor?
Explain with example the concept of constant variable in java.
What is the difference between form & report?
What is the method overriding?
Difference between current previous versions of Java?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
Can we declare main () method as non static?
What is a method vs function?
Why heap memory is called heap?
Is null false in java?
How do you create a null object?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?