A、菜單條
B、菜單框
C、菜單
D、菜單項(xiàng)
您可能感興趣的試卷
你可能感興趣的試題
A、getFrame()
B、getID()
C、getSource()
D、getWindow()
A、java中的集合類(如Vector)可以用來存儲(chǔ)任何類型的對象,且大小可以自動(dòng)調(diào)整。可以不需要知道存儲(chǔ)對象的類型,就能正常使用
B、在java中,可以用異常(Exception)來拋出一些并非錯(cuò)誤的消息,但這樣比直接從函數(shù)返回一個(gè)結(jié)果要花費(fèi)更大的系統(tǒng)開銷
C、java接口包含函數(shù)聲明和常量聲明
D、java中,子類不可以訪問父類的私有成員和受保護(hù)的成員
A、implement the Runnable interface
B、add a run()method in the class
C、create an instance of Thread
D、extend the Thread class
A、FileOutputStream out=new FileOutputStream(“file.txt”,true);
B、OutputStream out=new FileOutputStream(“file.txt”,“append”);
C、OutputStream out=new FileOutputStream(“file.txt”);
D、FileOutputStream out=new FileOutputStream(new file(“file.txt”));
E、OutputStream out=new FileOutputStream(new File(“file.txt”),true.;
A、String [] a
B、String a[]
C、char a[][]
D、String a[]
最新試題
下列文件可能是SpringMVC的配置文件的是()。
SpringMVC中,使用注解方式時(shí),需要添加()包。
@RequestMapping注解的默認(rèn)屬性是()。
組合注解()匹配PUT方式的請求。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。