您可能感興趣的試卷
你可能感興趣的試題
A.實例變量是類的成員變量
B.實例變量是用static關鍵字聲明的
C.方法變量在方法執(zhí)行時創(chuàng)建
D.方法變量在使用之前必須初始化
A.Multiple listeners can be attached to one component
B.Only one listener can be attached to one component
C.One listener can receive and process the events from multiple components
D.One listener can receive and process the events from only one component
A.executeUpdate()
B.createStatement()
C.preparedStatement()
D.PrepareCall()
最新試題
ViewResolver解析后,會向()中返回具體的View(視圖)。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
配置視圖解析器(ViewResolver)時,<property name="prefix"value="/WEB-INF/jsp/"/>是設置視圖的()屬性。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
@RequestMapping注解的默認屬性是()。
單個攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
Model是一個接口,ModelMap是一個接口實現(xiàn),作用是將model數(shù)據(jù)填充到()域。
可以在()文件中進行前端控制器的配置。
下列文件可能是SpringMVC的配置文件的是()。