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 ternary operator? Give an example.
Why should we use singleton pattern instead of static class?
Can a static method be final?
What is a parameter used for?
Is null a value?
What are parsers? Dom vs sax parser.
What is fundamental datatype?
extending thread class or implementing runnable interface. Which is better? : Java thread
Name few java 8 annotations ?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
How is tree Mirroring implemented?
What are the differences between forwarding () method and sendredirect() methods?
How do you make an arraylist empty in java?
What is an i/o filter?
Can we define package statement after import statement in java?