A.*
B.%
C.?
D.#
您可能感興趣的試卷
你可能感興趣的試題
A.if(e.equals(F))
B.if(e.getSource().equals(F))
C.if(e.getSource()==F)
D.if(e.getName().equals(F))
A.setLayoutManager(new GridLayout());
B.setLayout (new GridLayout(2,2));
C.setGridLayout (2,2);
D.setBorderLayout();
A.Set mySet =new Set();
B.Set mySet =new HashSet();
C.HashSet mySet =new Set();
D.HashSet mySet =new Object();
A.List list =new ArrayList ();
B.List list =new ArrayList< Integer>();
C.List< Integer>list =new ArrayList< Integer>();
D.ArrayList< Integer>list =new List< Integer>();
A.Calendar.DAY_OF_WEEK
B.Calendar.DAY_OF_WEEK_IN_MONTH
C.Calendar.DAY_OF_MONTH
D.Calendar.DAY_OF_YEAR
最新試題
ViewResolver解析后,會向()中返回具體的View(視圖)。
文件上傳時,form表單的method屬性設(shè)置為()。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
下列示攔截器,主要用于攔截用戶請求并做相應(yīng)的處理的是()。
RESTful風(fēng)格在HTTP請求中,使用()表示添加操作。
當(dāng)客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進(jìn)行解析處理。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
Tomcat、Jetty、JBoss和GlassFish默認(rèn)的Servlet名稱是()。
單個攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
下列文件可能是SpringMVC的配置文件的是()。