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...
Home » All posts
How does method dispatch happen in Java?
in
java,
java interview,
java interview questions
- on January 23, 2018
- No comments
Oogways on Value Types(Project Valhalla)
in
java
- on January 09, 2018
- No comments

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
in
java interview questions,
java8,
java8feature,
optional
- on December 26, 2017
- No comments

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.
in
java interview,
java interview questions,
java8,
java8 feature
- on December 18, 2017
- No comments

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