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

    Given: What is the output?

    A. 2015-03-27

    B. 2015-04-27

    C. 2015-02-27

    D. Compilation fails due to error at line 6.

    E. Compilation fails due to error at line 8.

  • Question 322:

    Given:

    What is the result?

    A. 10:20

    B. 0:20

    C. Compilation fails at line n1

    D. Compilation fails at line n2

  • Question 323:

    Given:

    What is the result?

    A. Red 0 Orange 0 Green 3

    B. Red 0 Orange 0 Green 6

    C. Red 0 Orange 1

    D. Green 4

    E. Compilation fails

  • Question 324:

    Which statement is true about the default constructor of a top-level class?

    A. It can take arguments.

    B. It has private access modifier in its declaration.

    C. It can be overloaded.

    D. The default constructor of a subclass always invokes the no-argument constructor of its superclass.

  • Question 325:

    Given the code fragment:

    What is the result?

    A. 2 4

    B. 0 2 4 6

    C. 0 2 4

    D. Compilation fails

  • Question 326:

    Given:

    public class Painting {

    private String type;

    public String getType() {

    return type;

    }

    public void setType(String type) {

    this.type = type;

    }

    public static void main(String[] args) {

    Painting obj1 = new Painting();

    Painting obj2 = new Painting();

    obj1.setType(null);

    obj2.setType("Fresco");

    System.out.print(obj1.getType() + " : " + obj2.getType());

    }

    }

    What is the result?

    A. : Fresco

    B. null : Fresco

    C. Fresco : Fresco

    D. A NullPointerException is thrown at runtime

  • Question 327:

    Given the code fragment:

    What is the result if the integer aVar is 9?

    A. 10 Hello World!

    B. Hello Universe!

    C. Hello World!

    D. Compilation fails.

  • Question 328:

    Given:

    A. Ym Xm2

    B. Ym Xm1

    C. Compilation fails

    D. A ClassCastException is thrown at runtime

  • Question 329:

    public class ForTest {

    public static void main(String[] args) {

    int[] arrar = {1,2,3};

    for ( foo ) {

    } } }

    Which three are valid replacements for foo so that the program will compiled and run?

    A. int i: array

    B. int i = 0; i < 1; i++

    C. ;;

    D. ; i < 1; i++

    E. ; i < 1;

  • Question 330:

    Given the code fragment:

    public class Test {

    static String[][] arr =new String[3][];

    private static void doPrint() {

    //insert code here

    }

    public static void main(String[] args) {

    String[] class1 = {"A","B","C"};

    String[] class2 = {"L","M","N","O"};

    String[] class3 = {"I","J"};

    arr[0] = class1;

    arr[1] = class2;

    arr[2] = class3;

    Test.doPrint();

    }

    }

    Which code fragment, when inserted at line //insert code here, enables the code to print COJ?

    A. int i = 0; for (String[] sub: arr) { int j = sub.length -1; for (String str: sub) { System.out.println(str[j]); i++; } }

    B. private static void doPrint() { for (int i = 0;i < arr.length;i++) {

    int j = arr[i].length-1;

    System.out.print(arr[i][j]);

    }

    }

    C. int i = 0; for (String[] sub: arr[][]) { int j = sub.length; System.out.print(arr[i][j]); i++; }

    D. for (int i = 0;i < arr.length-1;i++) { int j = arr[i].length-1; System.out.print(arr[i][j]); i++; }

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.