Exam Details

  • Exam Code
    :1Z0-808
  • Exam Name
    :Java SE 8 Programmer I
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :385 Q&As
  • Last Updated
    :Mar 26, 2025

Oracle Oracle Certifications 1Z0-808 Questions & Answers

  • Question 351:

    Given:

    Which two classes use the shape class correctly?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

    E. Option E

    F. Option F

  • Question 352:

    Which two are Java Exception classes?

    A. SercurityException

    B. DuplicatePathException

    C. IllegalArgumentException

    D. TooManyArgumentsException

  • Question 353:

    Given:

    What is the result?

    A. A B C D

    B. A C D

    C. A B C

    D. A B D

    E. A B D C

  • Question 354:

    Given the code fragment:

    Which two modifications should you make so that the code compiles successfully?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

    E. Option E

  • Question 355:

    Given: What is the result?

    A. true:true

    B. true:false

    C. false:true

    D. false:false

  • Question 356:

    Given:

    What is the result?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

  • Question 357:

    Given:

    What is the result?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

  • Question 358:

    Given:

    Which of the following is equivalent to the above code fragment?

    A. System.out.printLn(x>10?">,': "<":,'=");

    B. System.out.println(x>10? ">"?"<":"=");

    C. System.out.println(x>10?">":x<10?"<":"=");

    D. System.out.printLn(x>10?">"?,'<"?"=");

    E. None of the above

  • Question 359:

    Given:

    public class Test {

    public static void main(String[] args) {

    try {

    String[] arr =new String[4];

    arr[1] = "Unix";

    arr[2] = "Linux";

    arr[3] = "Solarios";

    for (String var : arr) {

    System.out.print(var + " ");

    }

    } catch(Exception e) {

    System.out.print (e.getClass());

    }

    }

    }

    What is the result?

    A. Unix Linux Solaris

    B. Null Unix Linux Solaris

    C. Class java.lang.Exception

    D. Class java.lang.NullPointerException

  • Question 360:

    Given:

    Given:

    public class SuperTest {

    public static void main(String[] args) {

    statement1

    statement2

    statement3

    }

    }

    class Shape {

    public Shape() {

    System.out.println("Shape: constructor");

    }

    public void foo() {

    System.out.println("Shape: foo");

    }

    } class Square extends Shape { public Square() { super(); } public Square(String label) { System.out.println("Square: constructor"); } public void foo() { super.foo(); } public void foo(String label) { System.out.println("Square: foo"); } } } } What should statement1, statement2, and statement3, be respectively, in order to produce the result? Shape: constructor Square: foo Shape: foo

    A. Square square = new Square ("bar"); square.foo ("bar"); square.foo();

    B. Square square = new Square ("bar"); square.foo ("bar"); square.foo ("bar");

    C. Square square = new Square (); square.foo (); square.foo(bar);

    D. Square square = new Square (); square.foo (); square.foo("bar");

    E. Square square = new Square (); square.foo (); square.foo ();

    F. Square square = new Square(); square.foo("bar"); square.foo();

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-808 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.