A.BorderLayout
B.CardLayout
C.FlowLayout
D.GridbagLayout
您可能感興趣的試卷
你可能感興趣的試題
A.BorderLayout
B.FlowLayout
C.GridLayout
D.CardLayout
A.Applet
B.Container
C.Component
D.Canvas
A.ActionListener
B.FocusListener
C.MouseMotionListener
D.WindowsListener
A.addTextListener()
B.TextValueChanged()
C.append(Strings)
D.insert(Stringsintx)
A.setText(Strings)
B.getText()
C.TextArea(Strings)
D."TextArea(intx,inty)"
最新試題
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進(jìn)行數(shù)據(jù)合法性校驗。
ViewResolver解析后,會向()中返回具體的View(視圖)。
當(dāng)客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進(jìn)行解析處理。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
配置前端控制器時<load-on-startup>1</load-on-startup>表示()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
文件上傳時,form表單的method屬性設(shè)置為()。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。