A.public static void main(String[] args)
B.public static int main(String[] args)
C.public void main(String[] args)
D.public int main(String[] args)
您可能感興趣的試卷
你可能感興趣的試題
A.Before通知
B.Afterreturn通知
C.Throws通知
D.Around通知
A.Spring核心模塊
B.Spring ORM模塊
C.Spring MVC模塊
D.Spring Web模塊
最新試題
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
@RequestMapping注解的默認(rèn)屬性是()。
配置前端控制器時(shí)<load-on-startup>1</load-on-startup>表示()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
Model是一個(gè)接口,ModelMap是一個(gè)接口實(shí)現(xiàn),作用是將model數(shù)據(jù)填充到()域。
Tomcat、Jetty、JBoss和GlassFish默認(rèn)的Servlet名稱是()。
$.ajax中,表示請求時(shí)攜帶的數(shù)據(jù)的是()。
當(dāng)客戶端form表單的enctype屬性為()時(shí),瀏覽器就會(huì)采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會(huì)對(duì)文件上傳的請求進(jìn)行解析處理。
單個(gè)攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。