A.構(gòu)造函數(shù)的返回類型只能是void型
B.構(gòu)造函數(shù)是類的一種特殊函數(shù),它的方法名必須與類名相同
C.構(gòu)造函數(shù)的主要作用是完成對類的對象的初始化工作
D.一般在創(chuàng)建新對象時(shí),系統(tǒng)會(huì)自動(dòng)調(diào)用構(gòu)造函數(shù)
您可能感興趣的試卷
你可能感興趣的試題
A.隱藏
B.覆蓋
C.重載
D.Java不支持此特性
A.int
B.float
C.double
D.void
A.default String s
B.public final static native int w( )
C.abstract double d
D.abstract final double hyperbolicCosine( )
A.安全性
B.多線性
C.跨平臺(tái)
D.可移植
A.char c[][]=new char[2][4]
B.char c[][]=new char[2][]
C.char [][]c=new char[][3]
D.int []a[] = new int[5][5]
最新試題
配置前端控制器時(shí),<url-pattern>/</url-pattern>表示()。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
下列是正確的JSON對象結(jié)構(gòu)數(shù)據(jù)的是()。
SpringMVC中,使用注解方式時(shí),需要添加()包。
將請求消息數(shù)據(jù)與后臺(tái)方法參數(shù)建立連接的過程就是SpringMVC中的()。
@RequestMapping注解的默認(rèn)屬性是()。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。