A.j=i;
B.j=(long)i;
C.i=(int)j;
D.i=j;
您可能感興趣的試卷
你可能感興趣的試題
A.線性表
B.樹
C.隊列
D.堆棧
A.0
B.1
C.true
D.false
A.class,float,double,public
B.float,boolean,int,long
C.char,extends,float,double
D.public,private,protected
A.intx(){charch=’a’;return(int)ch;}
B.voidx(){...returntrue;}
C.intx(){...returntrue;}
D.intx(inta,b){returna+b;}
A.classx{....}
B.classxextendsy{....}
C.staticclassximplementsy1,y2{....}
D.publicclassxextendsApplet{....}
最新試題
Model是一個接口,ModelMap是一個接口實現(xiàn),作用是將model數(shù)據(jù)填充到()域。
下列示攔截器,主要用于攔截用戶請求并做相應(yīng)的處理的是()。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
RESTful風格在HTTP請求中,使用()表示添加操作。
SpringMVC中,使用注解方式時,需要添加()包。
文件上傳時,form表單的method屬性設(shè)置為()。
@RequestMapping注解的默認屬性是()。
Tomcat、Jetty、JBoss和GlassFish默認的Servlet名稱是()。
當客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進行解析處理。