Note: Not to be confused with switch expressions. ... Arrow syntax (Java 12+). switch (myInt) { case 1 -> System.out.println("One"); case 2 ...
確定! 回上一頁