How does method dispatch happen in Java?

How does method dispatch happen in Java?
 Have you ever wondered when you call a method like a list.add("Shamik"), How the actual method invoke in runtime? If you want to discover the How part then you are in the right place else you can easily skip the article as it is not related...

Oogways on Value Types(Project Valhalla)

Oogways on Value Types(Project Valhalla)
Oogways promised us to give a demonstration on Project Valhalla, which is in roadmap of Oracle, Project Valhalla mainly focus on two features 1. Value types 2. Generic Specialization. In this Article, I will cover the talk on Value type given...