java校园招聘面试问题及答案,问几题java面试题。。。。。。。

频道:最新招聘 日期: 浏览:39

2、 How can you force garbage collection of an object? -- A
程序员无法决定垃圾回收的具体时机
6、Which two statements are true for the class java.util.TreeSet? -- A,C
TreeSet内元素是自动排序的java校园招聘面试问题及答案,且元素不可重复
1、Java Application的启动方法是(java 类名) ,Applet的启动方法是 (appletview 类名)
2. 在下列关于关系的陈述中,错误的是(B)
3.关系数据库中,实现实体之间的联系是通过表与表之间的(D)

求Java面试题答案。

第一题:
常见的runtimeexception:
NullPointerException、ArrayIndexOutOfBoundsException、ClassCastException。
StringIndexOutOfBoundsException WebServiceException
ArithmeticException(整数除0时发生)

常见的非runtimeexception:
AnnotationTypeMismatchException
ArithmeticException
ArgumentException
UnknownAnnotationValueException
UnknownElementExceptionWebServiceException

第二题是1122