A.MouseListener
B.ActionListener
C.WindowListener
D.以上都要
您可能感興趣的試卷
你可能感興趣的試題
A.不需要任何關(guān)鍵字
B.private
C.final
D.protected
A.true
B.false
C.1
D.0
A.public
B.extends
C.Float
D.static
A.class,float,double,public
B.float,boolean,int,long
C.char,extends,float,double
D.public,private,protected
A.Filterstream
B.Filestream
C.Randomaccessstream
D.Pipdestream
最新試題
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
當(dāng)請(qǐng)求中的參數(shù)與控制器中的方法參數(shù)名不一致時(shí),可以采用()來(lái)建立聯(lián)系。
將請(qǐng)求消息數(shù)據(jù)與后臺(tái)方法參數(shù)建立連接的過(guò)程就是SpringMVC中的()。
@RequestMapping注解的默認(rèn)屬性是()。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說(shuō)法正確的是()。
@Controller注解類型用于指示Spring類的實(shí)例是一個(gè)()。
組合注解()匹配PUT方式的請(qǐng)求。
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
SpringMVC數(shù)據(jù)綁定的過(guò)程中,ServletRequest接收受的信息直接給()。
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。