#java
Read more stories on Hashnode
Articles with this tag
A concise explanation on Java Optionals · Introduction Optional is a class introduced in Java 8 to handle null values in order to avoid the dreadful...
Introduction In npm's Node JS, the same dependency or library may have different versions depending on the various parts of an application. But Java...