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
What is split return?
What does jre stand for?
What is the role of the java.rmi.naming class?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is contract between hashcode and equal method?
What access modifiers can be used for variables?
How do you reverse a word in java?
Discuss different types of errors that generally occur while programming.
What is the meaning of I ++ in java?
How many types of memory areas are allocated by JVM in java?
What is java basic concept?
What is garbage collection? What is the process that is responsible for doing that in java?
What does sizeof return?
What is a ?
What type of variable is error flag?