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
If your ui seems to freeze periodically, what might be a likely reason?
Name three component subclasses that support painting?
What is the difference between long.class and long.type?
Why a client should be multithreading? Explain.
Describe, in general, how java's garbage collector works?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is the diffrence between a local-tx-datasource and a xa-datasource?
Name the eight primitive java types.
Why are my checkboxes not being set from on to off?
What are local interfaces? Describe.
Can you give me a simple example of using the requiredif validator rule?
What are externizable interface?
how do you Handle Front End Application data against DB with example?
How can I scroll through list of pages like the search results in google?
Why is string immutable in java?