A.long number=345L
B.long number=0345
C.long number=0345L
D.long number=0x345L
您可能感興趣的試卷
你可能感興趣的試題
A.int,byte,char
B.int,short,long,byte,char
C.int,short,long,char
D.int,short,long,byte
A.byte
B.short
C.boolean
D.Objectreference
A.default
B.NULL
C.throws
D.long
A.3D
B.$this
C.extends
D.implements
A.class
B.public
C.struct
D.class或struct
最新試題
在SpringMVC中,不采用注解,設(shè)計控制器類需要實現(xiàn)()。
單個攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
文件上傳時,form表單的method屬性設(shè)置為()。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
Model是一個接口,ModelMap是一個接口實現(xiàn),作用是將model數(shù)據(jù)填充到()域。
配置前端控制器時,<url-pattern>/</url-pattern>表示()。
組合注解()匹配PUT方式的請求。
$.ajax中,表示請求時攜帶的數(shù)據(jù)的是()。