-
Core Java
Java 8 Optionals
While programming, we have all faced the most (in)famous NullPointerException. And I believe we all would agree that encountering NullPointerException…
Read More » -
Core Java
All about Finals
A variable can be declared final. A final variable may only be assigned to once. It is a compile-time error…
Read More »