JAVA题库:格林模拟试题三(下)(1)

文章作者 100test 发表时间 2007:03:14 17:38:22
来源 100Test.Com百考试题网


question 31)

which of the following statements are true?

1) the default layout manager for an applet is flowlayout
2) the default layout manager for a frame is flowlayout
3) a layout manager must be assigned to an applet before the setsize method is called
4) the flowlayout manager attempts to honor the preferred size of any components


question 32)

which of the following statements are true about a variable created with the static modifier?

1) once assigned the value of a static variable may not be altered
2) a static variable created in a method will keep the same value between calls
3) only one instance of a static variable will exist for any amount of class instances
4) the static modifier can only be applied to a primitive value


question 33)

which of the following statements are true?

1) java uses a system called utf for i/o to support international character sets
2) the randomaccessfile is the most suitable class for supporting international character sets
3) an instance of fileinputstream may not be chained to an instance of fileoutputstream
4) file i/o activities requires use of exception handling


question 34)

what will happen when you attempt to compile and run the following code?

  import java.io.*.

class exbase{

    abstract public void martley(){       

    }



}



public class myex extends exbase{

    public static void main(string argv[]){

        datainputstream fi = new datainputstream(system.in).

        try{

	    fi.readchar().

        }catch(ioexception e){

	    system.exit(0).

        }

        finally {system.out.println("doing finally").}

    }

}    

1) compile time error
2) it will run, wait for a key press and then exit
3) it will run, wait for a keypress, print "doing finally" then exit
4) at run and immediately exit



相关文章


Java程序员就业前景
企业JavaBeansTM技术官方介绍
彻底明白Java的多线程-线程间的通信
JAVA中的覆盖与重载
JAVA题库:格林模拟试题三(下)(1)
JAVA题库:格林模拟试题三(上)(7)
J2EE建议的学习路线!
技巧心得:Java人才的未来
JAVA题库:格林模拟试题三(上)(8)
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛