A.t.addTextListener(eh)
B.eh.addTextListener(t)
C.addTextListener(eh,t)
D.addTextListener(t,eh)
您可能感興趣的試卷
你可能感興趣的試題
A.Buttons
B.Labels
C.CheckBoxes
D.Windows
A.mousePressed
B.mouseEntered
C.mouseDragged
D.mouseClicked
A.為編寫事件偵聽器程序提供簡便手段
B.創(chuàng)建一種全新的事件偵聽機制
C.是由相應(yīng)的事件偵聽器接口繼承而來
D.定義在java.awt.event中
A.ActionListener
B.ItemListener
C.WindowListener
D.ButtonListener
A.ItemListener
B.ActionListener
C.ButtonListener
D.WindowListener
最新試題
當客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進行解析處理。
在SpringMVC中,不采用注解,設(shè)計控制器類需要實現(xiàn)()。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
@RequestMapping注解的默認屬性是()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
配置視圖解析器(ViewResolver)時,<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進行數(shù)據(jù)合法性校驗。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
組合注解()匹配PUT方式的請求。