Online Access Free 1Z1-803 Practice Test

Exam Code:1Z1-803
Exam Name:Java SE 7 Programmer I
Certification Provider:Oracle
Free Question Number:216
Posted:Aug 30, 2025
Rating
100%

Question 1

Given the classes:
*AssertionError
*ArithmeticException
*ArrayIndexOutofBoundsException
*FileNotFoundException
*IllegalArgumentException
*IOError
*IOException
*NumberFormatException
*SQLException
Which option lists only those classes that belong to the unchecked exception category?

Question 2

Given the code fragment:
float x = 22.00f % 3.00f;
int y = 22 % 3;
System.out.print(x + ", "+ y);
What is the result?

Question 3

Given the code in a file Traveler.java:

And the commands:
Javac Traveler.java
Java Traveler Java Duke
What is the result?

Question 4

Given:

What is the result?

Question 5

Given:

Which code fragment, when inserted at line 7, enables the code print true?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.