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()
A.setEchochar()
B.getText()
C.setText()
D.Textfield()
最新試題
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
配置視圖解析器(ViewResolver)時,<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進(jìn)行數(shù)據(jù)合法性校驗。
簡單來說,RESTful風(fēng)格就是把請求參數(shù)變成()的一種風(fēng)格。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
當(dāng)客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進(jìn)行解析處理。
ViewResolver解析后,會向()中返回具體的View(視圖)。
當(dāng)有多個攔截器同時工作時,它們的preHandle()會按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會按照()。
配置前端控制器時<load-on-startup>1</load-on-startup>表示()。
@Controller注解類型用于指示Spring類的實例是一個()。