A.3D
B.name
C.extends
D.implements
您可能感興趣的試卷
你可能感興趣的試題
A.JEdit
B.JButton
C.JPanel
D.JTextField
A.可被其它程序包中的類使用
B.僅能被本程序包中的類使用
C.不能被任意其它類使用
D.不能被其它類繼承
A.int[] ia= new int [15];
B.float fa= new float [20];
C.char[] ca= “Some String”;
D.int ia [][]= {4,5,6} {1,2,3};
類Test1定義如下:
1.public class Test1{
2. public float aMethod(float a,float b){ return 0;}
3.
4.}
將以下哪種方法插入行3是不合法的。()
A.public float aMethod(float a, float b,float c){ return 0;}
B.public float aMethod(float c,float d){ return 0;}
C.public int aMethod(int a, int b){ return 0;}
D.private float aMethod(int a,int b,int c){ return 0;}
A.integer
B.double
C.float
D.default
最新試題
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
文件上傳時(shí),form表單的method屬性設(shè)置為()。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
下列是正確的JSON對(duì)象結(jié)構(gòu)數(shù)據(jù)的是()。
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。
@Controller注解類型用于指示Spring類的實(shí)例是一個(gè)()。
當(dāng)請(qǐng)求中的參數(shù)與控制器中的方法參數(shù)名不一致時(shí),可以采用()來建立聯(lián)系。
配置前端控制器時(shí)<load-on-startup>1</load-on-startup>表示()。