How Does JVM Handle Polymorphism Internally

How does JVM handle Polymorphism.
You may also like:  Everything About Method Overloading vs. Method Overriding 

In my previous article, Everything About Method Overloading vs. Method Overriding, I discussed method overloading and overriding, their rules and differences.

In this article, we will see How Does JVM Handle Method Overloading And Overriding Internally, how JVM identifies which method should get called.