1Z0-808 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
    :May 24, 2026

Oracle 1Z0-808 Online Questions & Answers

  • Question 201:

    Given:

    What is the result?

    A. Option A
    B. Option B
    C. Option C
    D. Option D

  • Question 202:

    Given:

    What is the result?

    A. Good Day! Good Luck!
    B. Good Day! Good Day!
    C. Good Luck! Good Day!
    D. Good Luck! Good Luck!
    E. Compilation fails

  • Question 203:

    Given the code fragment:

    And given the requirements:

    If the value of the qty variable is greater than or equal to 90, discount = 0.5 If the value of the qty variable is between 80 and 90, discount = 0.2

    Which two code fragments can be independently placed at line n1 to meet the requirements?

    A. Option A
    B. Option B
    C. Option C
    D. Option D
    E. Option E

  • Question 204:

    Class StaticField {

    static int i = 7;

    public static void main(String[] args) {

    StaticFied obj = new StaticField();

    obj.i++;

    StaticField.i++;

    obj.i++;

    System.out.println(StaticField.i + " "+ obj.i);

    }

    }

    What is the result?

    A. 10 10
    B. 8 9
    C. 9 8
    D. 7 10

  • Question 205:

    A method is declared to take three arguments. A program calls this method and passes only two arguments. What is the results?

    A. Compilation fails.
    B. The third argument is given the value null.
    C. The third argument is given the value void.
    D. The third argument is given the value zero.
    E. The third argument is given the appropriate falsy value for its declared type. F) An exception occurs when the method attempts to access the third argument.

  • Question 206:

    Given:

    What is the result?

    A. x: 1 y: 2
    B. 3 y: 4
    C. x: 0 y: 0
    D. 3 y: 4
    E. x: 1 y: 2
    F. 0 y: 0
    G. x: 0 y: 0
    H. 0 y: 0

  • Question 207:

    Given:

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

    A. String str2 = str1;
    B. String str2 = new string (str1);
    C. String str2 = sb1.toString();
    D. String str2 = "Duke";

  • Question 208:

    Which of the following can fill in the blank in this code to make it compile?

    A. abstract
    B. final
    C. private
    D. default
    E. int

  • Question 209:

    Given the code fragment:

    What is the result?

    A. (green, red, yellow, cyan)
    B. (green, blue, yellow, cyan)
    C. (green, red, cyan, yellow)
    D. An IndexOutOfBoundsException is thrown at runtime.

  • Question 210:

    Given the code fragment:

    What is the result?

    A. 10 8 6 4 2 0
    B. 10 8 6 4 2
    C. AnArithmeticException is thrown at runtime
    D. The program goes into an infinite loop outputting: 10 8 6 4 2 0. . .
    E. Compilation fails

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.