Java Classes formed the basis of whatever Object Oriented Programming we have been doing prior to the introduction of Functional Programming with Java 8 which gave a new perspective to how we program in Java. Java has come a long way in terms of the features that it offers as well as coping up with […]
Java 16 : Pattern Matching for instanceof Operator
We have been using the instanceof operator since ages to determine whether a particular Object is of a particular type. Java came up with the concept of Pattern Matching for instanceof as a proposal/preview in Java 14, which was put for a 2nd preview in Java 15 and finally made available as a feature in […]