4、"Tangfangudao"andtheancient"SilkRoad"road,istheLoessPlateauandtheTibetanPlateau,agriculturalandpastoralareasand,inconjunctionwiththeMinistryofcultureandIslamiccultureA)if–elseB)switchC)tryD)throw答案:C (难度系数B)知识点:异常6、paint()方法使用_____类型的参数。A)Graphics B
5、)Graphics2D C)String D)Color答案:A(难度系数B,知识点applet)7、下列语句正确的是________。A)inta={1,2,3}B)intb=(1,2,3);C)int c[]={1,2,3}D)int[]d={123}答案:C (难度系数C)知识点:数组8、下面___函数是public void aMethod(){...}的重载函数。A)void aMethod( ){...}B)public int aMethod(){...}C)public voi
6、d aMethod(){...}D)public int aMethod ( int m){...}答案D(难度系数A,知识点:重载)9、_________事件监听器可以处理在文本框中输入回车键的事件A)ItemListenerB)ActionListenerC)MotionListenerD)AdjustListener答案:B (难度系数B)知识点:事件处理10、下列陈述正确的是_________。A)一个组件只能发生一种事件B)一个监听器处理一种事件C)多个事件监听器被注册到一个组件会引