A.static
B.private
C.synchronised
D.protected
E.public
您可能感興趣的試卷
你可能感興趣的試題
以下代碼能否編譯通過?
A.charch=65;
B.charch=’\65’;
C.charch=’\u0041’;
D.charch=’A’;
E.charch="A";
A.shortmyshort=99S;
B.Stringname=’ExcellenttutorialMrGreen’;
C.charc=17c;
D.intz=015;
A.#_pound
B._underscore
C.5Interstate
D.Interstate5
E._5_F.class
A.default
B.NULL
C.String
D.throws
E.long
F.true
最新試題
配置前端控制器時,<url-pattern>/</url-pattern>表示()。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
單個攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
配置視圖解析器(ViewResolver)時,<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
下列是正確的JSON對象結(jié)構(gòu)數(shù)據(jù)的是()。
文件上傳時,form表單的method屬性設(shè)置為()。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。