A. CardLayout
B. FlowLayout
C. BorderLayout
D. GridLayout
您可能感興趣的試卷
你可能感興趣的試題
A. FileInputStream in=new FileInputStream("file.dat"); in.skip(9); int c=in.read();
B. FileInputStream in=new FileInputStream("file.dat"); in.skip(10); int c=in.read();
C. FileInputStream in=new FileInputStream("file.dat"); int c=in.read();
D. RandomAccessFile in=new RandomAccessFile("file.dat"); in.skip(9); int c=in.readByte();
運行下列程序, 會產(chǎn)生什么結(jié)果()
A. 第一行會產(chǎn)生編譯錯誤
B. 第六行會產(chǎn)生編譯錯誤
C. 第六行會產(chǎn)生運行錯誤
D. 程序會運行和啟動
指出下列程序運行的結(jié)果()
A.good and abc
B.good and gbc
C.test ok and abc
D.test ok and gbc
A. byte=128;
B. Boolean=null;
C. long l=0xfffL;
D. double=0.9239d;
A. Graphics
B. Graphics2D
C. String
D. Color
最新試題
簡單來說,RESTful風(fēng)格就是把請求參數(shù)變成()的一種風(fēng)格。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
可以在()文件中進(jìn)行前端控制器的配置。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
Model是一個接口,ModelMap是一個接口實現(xiàn),作用是將model數(shù)據(jù)填充到()域。
當(dāng)客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進(jìn)行解析處理。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
@Controller注解類型用于指示Spring類的實例是一個()。
ViewResolver解析后,會向()中返回具體的View(視圖)。