what is dynamic method dispatch ?
Answer Posted / srinivasa
Dispatching call to a method at runtime by jvm.In dinamic
dispatch method invocation jvm identifies which should be
called
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is jee6?
Which types of exceptions are caught at compile time?
How arrays are stored in memory in java?
What is math in java?
What is the use of predicate in java 8?
Explain about data types?
Can singleton class be serialized?
What does compareto () do in java?
What is use of static in java?
What is javac_g?
Is array an object in java?
What is type safety in java?
What is the use of callablestatement?
Which category the java thread do fall in?