网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Java的关键字throws用于()
A.声明一个方法可能抛出的异常
B.创建一个异常对象
C.抛出一个异常对象
D.捕获一个异常
参考答案和解析
正确
更多 “Java的关键字throws用于()A.声明一个方法可能抛出的异常B.创建一个异常对象C.抛出一个异常对象D.捕获一个异常” 相关考题
考题
下列关于throws关键字的描述中正确的是()
A、thorws可以声明在方法上也可以声明在方法体中B、方法上使用throws抛出一个异常则这个方法中一定有trycatch代码块C、使用throws抛出多个异常时各个异常之间必须使用逗号隔开D、throws必须和throw配合使用
考题
下面哪个方法不是HttpServlet类:()A、protected void doGet(HttpServletRequest reg,HttpServletResponse res) throws Servlet Exception ,java.io.IOExceptionB、protected void doPost(HttpServletRequest reg,HttpServletResponse res) throws Servlet Exception,java.io.IOExceptionC、protected void doHead(HttpServletRequest reg,HttpServletResponse res) throws Servlet Exception,java.io.IOExceptionD、protected void doReceive(HttpServletRequest reg,HttpServletResponse res) throws ServletException,java.io.IOException
考题
//point X public class foo { public static void main (String[]args) throws Exception { java.io.printWriter out = new java.io.PrintWriter { new java.io.outputStreamWriter (System.out), true; out.printIn(“Hello”); } } } Which statement at PointX on line 1 allows this code to compile and run?() A、 Import java.io.*;B、 Include java.io.*;C、 Import java.io.PrintWriter;D、 Include java.io.PrintWriter;E、 No statement is needed.
考题
单选题Java多线程并发控制中,用于在代码中标识临界区的关键字是( )。A
startB
waitC
synchronizedD
lock
热门标签
最新试卷