Answer Posted / omprakashsingh7
dynamic dispatch is the process of assigning a sub class
object to super class reference variable.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is this () in java?
Difference between current previous versions of Java?
Explain different types of thread priorities ?
What is java command?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Where local and global variables are stored?
What are wrapper classes in java?
What is hash table in java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What are the differences between path and classpath variables?
What is jdbc api?
what is synchronization? : Java thread
How is string stored in java?
Can you change array size in java?
Can singleton class be serialized?