what is dynamic method dispatch ?
Answer Posted / rajashree
This is a unique feature in JAVA.as the name itself
suggests that it is related with run time.In this classes
has methods with same method name and signature.However
which method will b executed will be decided during run
time.
| Is This Answer Correct ? | 30 Yes | 12 No |
Post New Answer View All Answers
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
Explain the difference between protected and default access.
How hashmap increases its size in java?
What is multi-catch block in java?
What are the benefits of operations in java?
What is the this keyword?
What is overloading and overriding in java?
Can we sort arraylist in java?
Explain about field hiding in java?
What is methodological framework?
What is an interface in java?
What is the main function in java?
How many bytes is a string java?
What type of value does sizeof return?
How do you sort objects in java?