A.disable
B.setVisible
C.remove
D.delete
您可能感興趣的試卷
你可能感興趣的試題
A.update
B.paint
C.draw
D.show
A.BorderLayout
B.CardLayout
C.FlowLayout
D.GridbagLayout
A.BorderLayout
B.FlowLayout
C.GridLayout
D.CardLayout
A.Applet
B.Container
C.Component
D.Canvas
A.ActionListener
B.FocusListener
C.MouseMotionListener
D.WindowsListener
最新試題
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
RESTful風(fēng)格在HTTP請求中,使用()表示添加操作。
ViewResolver解析后,會向()中返回具體的View(視圖)。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
@Controller注解類型用于指示Spring類的實例是一個()。
配置視圖解析器(ViewResolver)時,<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
SpringMVC處理方法的返回類型()主要在異步請求時使用,它只返回數(shù)據(jù),而不會跳轉(zhuǎn)視圖。
在SpringMVC中,不采用注解,設(shè)計控制器類需要實現(xiàn)()。
下列文件可能是SpringMVC的配置文件的是()。