单项选择题

Given:

What is the result?()

A.3,2,1
B.1,2,3
C.Compilation fails.
D.The code runs with no output.
E.An exception is thrown at runtime.


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

Given:

What is the result?()

A.three
B.other
C.An exception is thrown at runtime.
D.Compilation fails because of an error on line 12.
E.Compilation fails because of an error on line 13.

2.单项选择题

Click the Exhibit button.
Given: ClassA a = new ClassA();a.methodA();

What is the result?()

A.Compilation fails.
B.ClassC is displayed.
C.The code runs with no output.
D.An exception is thrown at runtime.

3.单项选择题

Given:

Which exception or error will be thrown when a programmer attempts to run this code?()

A.java.lang.StackOverflowError
B.java.lang.IllegalStateException
C.java.lang.ExceptionInInitializerError
D.java.lang.ArrayIndexOutOfBoundsException

4.单项选择题

Given:

What is the result?()

A.B
B.The code runs with no output.
C.Compilation fails because of an error in line 12.
D.Compilation fails because of an error in line 15.
E.Compilation fails because of an error in line 18.

5.单项选择题

Given:

What is the result?()

A.A,B,C
B.B,C,A
C.Compilation fails
D.The code runs with no output
E.An exception is thrown at runtime


6.单项选择题

Given:

Which statement is true?()

A.Compilation succeeds.
B.Class A does not compile.
C.The method declared on line 9 cannot be modified to throw TestException.
D.TestA compiles if line 10 is enclosed in a try/catch block that catches TestException.

7.单项选择题

Given:

What is the result?()

A.end
B.Compilation fails
C.exception end
D.exception test end
E.A Throwable is thrown by main

8.单项选择题

Given:

What is the result?()

A.null
B.finally
C.null finally
D.Compilation fails
E.finally exception

9.单项选择题

Given:

If class Donkey is invoked twice, the first time without assertions enabled, and the second time with assertions enabled, what are the results?()

A.no output
B.no outputassert is on
C.assert is on
D.no outputAn AssertionError is thrown.
E.assert is onAn AssertionError is thrown.

10.单项选择题

Given:

What is the result?()

A.collie
B.harrier
C.Compilation fails.
D.collie harrier
E.An exception is thrown at runtime.

最新试题

A team of programmers is involved in reviewing a proposed design for a new utility class. After some discussion, they realize that the current design allows other classes to access methods in the utility class that should be accessible only to methods within the utility class itself.What design issue has the team discovered?()

题型:单项选择题

Given:What is the result?()

题型:单项选择题

Given:What is the result?()

题型:单项选择题

Given a method that must ensure that its parameter is not null:What, inserted at line 12, is the appropriate way to handle a null value?()

题型:单项选择题

Given:What is the result?()

题型:单项选择题

Given:What is the result?()

题型:单项选择题

Given:What is the result?()

题型:单项选择题

Given:What is the appropriate definition of the hashCode method in class Person?()

题型:单项选择题

Given:Which code fragment, inserted at the end of line 12, produces the output p is 420?()

题型:单项选择题

A programmer has an algorithm that requires a java.util.List that provides an efficient implementation of add(0, object), but does NOT need to support quick random access.What supports these requirements?()

题型:单项选择题