63. 針對下列 Java 語言程式,那些敘述錯誤?
(A)第三行 "private void x() {" 無法編譯(B)第十四行 "void x() {" 無法編譯(C)此程式會丟出一個 Exception(D)第十行 "b.x();" 無法編譯。