"var" in Java!
What is var?
Long story short, var was introduced in Java 10 to reduce the boilerplate code. If you are a java developer who has worked on multiple projects (Java version < 10) you must be aware that how annoying it is to explicitly declare a variabl...
bharathkalyans.hashnode.dev2 min read