A.java_code/src
B.java_code/bin
C.java_code/lib
D.java_code/classes
您可能感興趣的試卷
你可能感興趣的試題
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>();
最新試題
下列示攔截器,主要用于攔截用戶請(qǐng)求并做相應(yīng)的處理的是()。
@RequestMapping注解的默認(rèn)屬性是()。
@Controller注解類型用于指示Spring類的實(shí)例是一個(gè)()。
配置前端控制器時(shí),<url-pattern>/</url-pattern>表示()。
RESTful風(fēng)格在HTTP請(qǐng)求中,使用()表示添加操作。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。
當(dāng)請(qǐng)求中的參數(shù)與控制器中的方法參數(shù)名不一致時(shí),可以采用()來建立聯(lián)系。
下列是正確的JSON對(duì)象結(jié)構(gòu)數(shù)據(jù)的是()。
$.ajax中,表示請(qǐng)求時(shí)攜帶的數(shù)據(jù)的是()。