You are on page 1of 2

http://ilearning.oracle.com/ilearn/en/assessment/jsp/test_player.

jsp

Test: Java Fundamentals Final Exam


Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.
Section 6
(Answer all questions in this section)
26.The following segment of code prints all five of the command line arguments entered into this program. True or false? Mark for Review
(1) Points

True
False (*)

Incorrect. Refer to Section 6 Lesson 1.

27.What is the output of the following segment of code if the command line arguments are "a b c d e f"? Mark for Review
(1) Points

6 (*)
5
3
1
This code doesn't compile.

Correct
28.What is the output of the following segment of code? Mark for Review
(1) Points

1286864
262423242322
666666 (*)
643432
This code does not compile.

Correct
29.What is the output of the following segment of code? Mark for Review
(1) Points

This code does not compile.


220
2
222220
0 (*)

Incorrect. Refer to Section 6 Lesson 1.

Section 7
(Answer all questions in this section)
30.What keyword is used to inherit a superclass? Mark for Review
(1) Points
extends (*)
this
public
new

Correct

1 dari 2 28/10/2016 21:44


http://ilearning.oracle.com/ilearn/en/assessment/jsp/test_player.jsp

Previous Page 6 of 10 Next Summary

2 dari 2 28/10/2016 21:44

You might also like