A Java instanceof array example
By Alvin Alexander. Last updated: September 30 2019
While working with various "Java instanceof" tests recently, my curiosity was piqued, and I thought I'd take a look at how the instanceof operator works when testing against a Java array.