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...

Java8: Oogways final advise on Optional

Java8: Oogways final advise on Optional
Master Oogways enlighten us about Optional in his previous two sessions, and Now he set the stage for the final advise on Optional and believe me that is the most searchable questions on the internet about Optional, also many peoples mailed in OpenJDK...

Java8: Oogways more advice on Optional.

Java8: Oogways more advice on Optional.
Oogway's previous talk clears the confusions about Why Optional is added on java8? But PO is a Dragon warrior he is the finest Java warrior so he wants more, He wants to know when is the right time to use Optional. What are the best practices so he...