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()
A.args[3]
B.args[2]
C.args[0]
D.args[1]
A.一個整型量
B.一個String對象
C.一個實型量
D.一個任意類的對象
最新試題
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
Tomcat、Jetty、JBoss和GlassFish默認的Servlet名稱是()。
SpringMVC處理方法的返回類型()主要在異步請求時使用,它只返回數(shù)據(jù),而不會跳轉(zhuǎn)視圖。
當(dāng)客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進行解析處理。
配置前端控制器時,<url-pattern>/</url-pattern>表示()。
文件上傳時,form表單的method屬性設(shè)置為()。
可以在()文件中進行前端控制器的配置。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。