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
How do you define a parameter?
Can memory leak happen java?
What is command line used for?
What is the use of keywords in java?
What is difference between path and classpath in java?
What are different types of references?
How to reverse a string in java?
Can a final variable be manipulated in java?
What does yield method of the thread class do?
What is the difference between compile-time polymorphism and runtime polymorphism?
What does indexof mean?
What best practices should you follow while writing multithreaded code in java?
Explain differences between checked and unchecked exceptions in java?
What are the kinds of polymorphism?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread