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 341:

    Given:

    What is the result?

    A. Marrown String out of limits JesOran

    B. Marrown String out of limits Array out of limits

    C. Marrown String out of limits

    D. Marrown NanRed JesOran

  • Question 342:

    Which of the following can fill in the blank in this code to make it compile? (Select 2 options.)

    A. On line 1, fill in throws

    B. On line 1, fill in throws new

    C. On line 2, fill in throw new

    D. On line 2, fill in throws

    E. On line 2, fill in throws new

  • Question 343:

    Given:

    What is the result?

    A. 97 98 99 100 null null null

    B. 91 98 99 100 101 102 103

    C. Compilation rails.

    D. A NullPointerException is thrown at runtime.

    E. An ArraylndexOutOfBoundsException is thrown at runtime.

  • Question 344:

    Given the code fragment: What is the result?

    A. 1:2:3:4:5:

    B. 1:2:3:

    C. Compilation fails.

    D. An ArrayoutofBoundsException is thrown at runtime.

  • Question 345:

    Given:

    public class Test1 {

    static void doubling (Integer ref, int pv) {

    ref =20;

    pv = 20;

    }

    public static void main(String[] args) {

    Integer iObj = new Integer(10);

    int iVar = 10;

    doubling(iObj++, iVar++);

    System.out.println(iObj+ ", "+iVar);

    What is the result?

    A. 11, 11

    B. 10, 10

    C. 21, 11

    D. 20, 20

    E. 11, 12

  • Question 346:

    Given:

    public class FieldInit {

    char c;

    boolean b;

    float f;

    void printAll() {

    System.out.println("c = " + c);

    System.out.println("c = " + b);

    System.out.println("c = " + f);

    }

    public static void main(String[] args) {

    FieldInit f = new FieldInit();

    f.printAll();

    }

    }

    What is the result?

  • Question 347:

    Given the code fragment:

    Which code fragment prints red: blue: small: medium?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

  • Question 348:

    Given:

    What is the result?

    A. 6 7 8

    B. 7 8 9 C. 0 1 2

    D. 6 8 10

    E. Compilation fails

  • Question 349:

    Given the class definitions:

    And the code fragment of the main() method,

    What is the result?

    A. Java Java Java

    B. Java Jeve va

    C. Java Jeve ve

    D. Compilation fails

  • Question 350:

    Consider following interface.

    Which of the following will create instance of Runnable type?

    A. Runnable run = 0 -> {System.out.println("Run");}

    B. Runnable run = 0 -> System.outprintlnfRun");

    C. Runnable run = 0 > System.outprintlnfRun");

    D. Runnable run = > System.ouLprintlnfRun"};

    E. None of the above.

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.