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)"
A.setEchochar()
B.setText()
C.Textfield()
D.getText()
最新試題
可以在()文件中進(jìn)行前端控制器的配置。
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
文件上傳時(shí),form表單的method屬性設(shè)置為()。
Model是一個(gè)接口,ModelMap是一個(gè)接口實(shí)現(xiàn),作用是將model數(shù)據(jù)填充到()域。
將請(qǐng)求消息數(shù)據(jù)與后臺(tái)方法參數(shù)建立連接的過程就是SpringMVC中的()。
當(dāng)請(qǐng)求中的參數(shù)與控制器中的方法參數(shù)名不一致時(shí),可以采用()來(lái)建立聯(lián)系。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
配置前端控制器時(shí),<url-pattern>/</url-pattern>表示()。
下列文件可能是SpringMVC的配置文件的是()。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。