Going Beyond Java 8: Pattern Matching for instanceof
Going Beyond Java 8: Pattern Matching for instanceof A developer and Java expert gives an overview of the instanceof operator in the recent versions of Java and how it can be used to improve your code. by Introduction According to some surveys, like JetBrainss great survey, Java 8 is currently the most used Java version, despite being a 2014 release. This article is the first in a series of articles titled, "Going Beyond Java 8," inspired by the contents of my book "Java for Aliens." These art...
Source: dzone.com