多项选择题
A.int a[][] = new int[][] B.int a[10][10] = new int [][] C.int [][]a = new int [10][10] D.int a[][] = new int[10][10]
哪些配置文件是EJB必须用到的() A.web.xmlB.weblogic-ejb-jar.xmlC.webl...
多项选择题哪些配置文件是EJB必须用到的()
A.web.xml B.weblogic-ejb-jar.xml C.weblogic.xml D.ejb-jar.xml E.ejb.xml
哪个参数存储过程用不到() A.inputB.inoutC.inD.out
单项选择题哪个参数存储过程用不到()
A.input B.inout C.in D.out
通常使用哪种流,读取图片文件() A.FileInputStreamB.FileReaderC.ObjectI...
单项选择题通常使用哪种流,读取图片文件()
A.FileInputStream B.FileReader C.ObjectInputStream D.DataInputStream