A. DataOutput
B. FileOutput
C. BufferedOutput
D. PipedOutput
您可能感興趣的試卷
你可能感興趣的試題
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可嵌在瀏覽器中運行
最新試題
當(dāng)客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進行解析處理。
在SpringMVC中,不采用注解,設(shè)計控制器類需要實現(xiàn)()。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
可以在()文件中進行前端控制器的配置。
$.ajax中,表示請求時攜帶的數(shù)據(jù)的是()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
組合注解()匹配PUT方式的請求。
配置前端控制器時,<url-pattern>/</url-pattern>表示()。
文件上傳時,form表單的method屬性設(shè)置為()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。