In Java 14 the instanceof operator is extended to take a type test pattern instead of just a type. Before Java 14 if (obj instanceof String) ...
確定! 回上一頁