What is the difference between overloading and overriding a
function?
Answer Posted / sai
overloading takes place at compile time and overriding
takes place at run time.
| Is This Answer Correct ? | 28 Yes | 7 No |
Post New Answer View All Answers
Explain about fail safe iterators in java?
How can we make sure main() is the last thread to finish in java program?
When is update method called?
Why java is call by value?
What is jpa specification?
How do you add an element to an arraylist in java?
Why can't we make a class private in java?
How to create a thread in java?
Does garbage collection occur in permanent generation space in jvm?
What does 3 dots mean in java?
How do you use parseint in java?
What is a instance variable?
Can vector have duplicates in java?
What is a method header?
What is an association?