Answer Posted / saumyaranjandash
Generally in case of Methodoverloading static binding
occurs,it is otherwise called early binding..here the
arguments of methods will resolve during the compilation
stage...so you will avail those methods code after
compilation state...but where as in overriding it is
happening in runtime...so it is dynamic binding...
| Is This Answer Correct ? | 20 Yes | 14 No |
Post New Answer View All Answers
What is the form of storage space in java?
What are the call back methods in entity bean?
which type of objects reference will be given to client?
Why won’t the jvm terminate when I close all the application windows?
Can you give me a simple example of using the requiredif validator rule?
Is the session factory thread safe?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Name three subclasses of the component class?
Why are some of the class and element names counter-intuitive?
Can I use multiple html form elements with the same name?
what are the advantages of JTA over JTS?
What is the argument type of a programs main() method?
What is the relationship between an event-listener interface and an event-adapter class?
What is the difference between system.out ,system.err and system.in?
How would you detect a keypress in a jcombobox?