A.實(shí)例變量是類的成員變量
B.實(shí)例變量是用static關(guān)鍵字聲明的
C.方法變量在方法執(zhí)行時(shí)創(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()
A.抽象性
B.封裝性
C.繼承性
D.多態(tài)性
A.打印機(jī)
B.顯示器
C.鼠標(biāo)
D.鍵盤
A.private class My Class extends Object
B.class My Class extends Object
C.public class My Class
D.public class My Class extends Object
最新試題
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
RESTful風(fēng)格在HTTP請求中,使用()表示添加操作。
SpringMVC中,使用注解方式時(shí),需要添加()包。
Model是一個(gè)接口,ModelMap是一個(gè)接口實(shí)現(xiàn),作用是將model數(shù)據(jù)填充到()域。
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
當(dāng)客戶端form表單的enctype屬性為()時(shí),瀏覽器就會采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進(jìn)行解析處理。
配置前端控制器時(shí)<load-on-startup>1</load-on-startup>表示()。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
下列是正確的JSON對象結(jié)構(gòu)數(shù)據(jù)的是()。
可以在()文件中進(jìn)行前端控制器的配置。