What happens if you try to print null in Java? It depends. What the compiler said. The following line will not compile. System.out.println(null);.
確定! 回上一頁