Answer Posted / ravikiran(aptech mumbai)
method overloading is the type of polymorphism with a
different argument list and same method name and can takes
place inside the same class only
method overriding is the process of writing a different
functionality having the same method signature
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the ways in which a thread can enter the waiting state?
What is role of void keyword in declaring functions?
What is the point of java?
worst case complexities of Quick sort and Merge sort.
What is struts in java?
What is a variable declaration?
How to obtain a performance profile of java program
What is sortedset in java?
What is array class in java?
Why do we need singleton?
what are Hostile Applets?
What is collections framework?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
Why singleton is not thread safe?
What is structure of java heap? What is perm gen space in heap?