What is the purpose of having the concept of overloading?
Answer Posted / geeta
Some times same Object should act differently in differnet
places and in different time . In that case java goes with
overloading.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What’s the difference between the methods sleep() and wait()?
why Java does not support multiple inheritances?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
How many types of assembly languages are there?
What is visibility mode?
What about anonymous inner classes in java?
What is a modifier?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What does snprintf return?
What are the four corner stones of oop?
which class is the wait() method defined in? : Java thread
Explain a situation where finally block will not be executed?
Why do we use bufferedreader?
Which method cannot be overridden in java?
How finally used under exception handling?