給出下面代碼:
那個(gè)語句是正確的?()
A.編譯時(shí)將產(chǎn)生錯(cuò)誤;
B.編譯時(shí)正確,運(yùn)行時(shí)將產(chǎn)生錯(cuò)誤;
C.輸出零;
D.輸出空。
您可能感興趣的試卷
你可能感興趣的試題
A. CardLayout
B. FlowLayout
C. BorderLayout
D. GridLayout
A. FileInputStream in=new FileInputStream("file.dat"); in.skip(9); int c=in.read();
B. FileInputStream in=new FileInputStream("file.dat"); in.skip(10); int c=in.read();
C. FileInputStream in=new FileInputStream("file.dat"); int c=in.read();
D. RandomAccessFile in=new RandomAccessFile("file.dat"); in.skip(9); int c=in.readByte();
運(yùn)行下列程序, 會(huì)產(chǎn)生什么結(jié)果()
A. 第一行會(huì)產(chǎn)生編譯錯(cuò)誤
B. 第六行會(huì)產(chǎn)生編譯錯(cuò)誤
C. 第六行會(huì)產(chǎn)生運(yùn)行錯(cuò)誤
D. 程序會(huì)運(yùn)行和啟動(dòng)
指出下列程序運(yùn)行的結(jié)果()
A.good and abc
B.good and gbc
C.test ok and abc
D.test ok and gbc
A. byte=128;
B. Boolean=null;
C. long l=0xfffL;
D. double=0.9239d;
最新試題
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
簡(jiǎn)單來說,RESTful風(fēng)格就是把請(qǐng)求參數(shù)變成()的一種風(fēng)格。
組合注解()匹配PUT方式的請(qǐng)求。
$.ajax中,表示請(qǐng)求時(shí)攜帶的數(shù)據(jù)的是()。
Tomcat、Jetty、JBoss和GlassFish默認(rèn)的Servlet名稱是()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
單個(gè)攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
@Controller注解類型用于指示Spring類的實(shí)例是一個(gè)()。