A.DataOutput
B.FileOutput
C.BufferedOutput
D.PipedOutput
您可能感興趣的試卷
你可能感興趣的試題
A. int read();
B. int read(byte b[]);
C. int read(byte b[],int offset,int len);
D. int read(int line);
A.屏幕
B.文本
C.顏色
D.圖像
A.paint()
B.init()
C.stop()
D.draw()
A.Applet自身不能運行
B.Applet可以嵌在Application中運行
C.Application以main()方法為入口
D.Applet可嵌在瀏覽器中運行
A.init()
B.start()
C.stop()
D.以上都是
最新試題
SpringMVC處理方法的返回類型()主要在異步請求時使用,它只返回數(shù)據(jù),而不會跳轉(zhuǎn)視圖。
組合注解()匹配PUT方式的請求。
ViewResolver解析后,會向()中返回具體的View(視圖)。
當(dāng)請求中的參數(shù)與控制器中的方法參數(shù)名不一致時,可以采用()來建立聯(lián)系。
RESTful風(fēng)格在HTTP請求中,使用()表示添加操作。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進行數(shù)據(jù)合法性校驗。
配置視圖解析器(ViewResolver)時,<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
可以在()文件中進行前端控制器的配置。