A.public int cal(int x,int y,float z){return 0;}
B.public int cal(int x,int y,int z){return 0;}
C.public void cal(int x,int z){}
D.public viod cal(int z,int y,int x){}
您可能感興趣的試卷
最新試題
RESTful風(fēng)格在HTTP請(qǐng)求中,使用()表示添加操作。
當(dāng)客戶端form表單的enctype屬性為()時(shí),瀏覽器就會(huì)采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會(huì)對(duì)文件上傳的請(qǐng)求進(jìn)行解析處理。
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
@RequestMapping注解的默認(rèn)屬性是()。
文件上傳時(shí),form表單的method屬性設(shè)置為()。
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
配置前端控制器時(shí)<load-on-startup>1</load-on-startup>表示()。
將請(qǐng)求消息數(shù)據(jù)與后臺(tái)方法參數(shù)建立連接的過程就是SpringMVC中的()。
Tomcat、Jetty、JBoss和GlassFish默認(rèn)的Servlet名稱是()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。