A.JEdit B.JButton C.JPanel D.JTextField
A.可被其它程序包中的類使用 B.僅能被本程序包中的類使用 C.不能被任意其它類使用 D.不能被其它類繼承
A.int[] ia= new int [15]; B.float fa= new float [20]; C.char[] ca= “Some String”; D.int ia [][]= {4,5,6} {1,2,3};