Java 8 Optional API – Slayer of infamous null pointer exception

Null values and null pointer exceptions are like mosquitoes , hard to control and hated by everyone . It is a sin to use null for the purpose of error handling. Instead we must use Exceptions which are specially made…
