The usage of theinstanceofoperator is simplified with Pattern Matching for instanceof. After introducing a binding variable, you don’t need additional variables or explicit casting, which also makes your code safe and concise to write and read. Released as a preview language feature in Java 13,...