給出下列java源代碼: //Point x Public class Interesting{} 在源代碼//point x處添加()能符合java語法
A.import java.awt.* B.package local.util C.class MoreInteresting{} D.protected class MoreInteresting{}
A.newDocumentBuilder() B.characters() C.getElementTagName() D.startElement()
A.try-catch必須配對使用 B.try可以單獨使用 C.try-finally可以配對使用 D.在try-catch后如果定義了finally,則finally肯定會執(zhí)行