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

    Given the code fragment: What is the result?

    A. Reading Card Checking Card

    B. Compilation fails only at line n1.

    C. Compilation fails only at line n2.

    D. Compilation fails only at line n3.

    E. Compilation fails at both line n2 and line n3.

  • Question 332:

    Given:

    And given the commands:

    javac Test.Java

    Java Test Hello

    What is the result?

    A. Success

    B. Failure

    C. Compilation fails.

    D. An exception is thrown at runtime

  • Question 333:

    Given:

    What is the result?

    A. 10 : 22 : 20

    B. 10 : 22 : 22

    C. 10 : 22 : 6

    D. 10 : 30 : 6

  • Question 334:

    Given the code fragment:

    StringBuilder sb = new StringBuilder ( ) ;

    Sb.append ("world");

    Which code fragment prints Hello World?

    A. sb.insert(0,"Hello "); System.out.println(sb);

    B. sb.append(0,"Hello "); System.out.println(sb);

    C. sb.add(0,"Hello "); System.out.println(sb);

    D. sb.set(0,"Hello "); System.out.println(sb);D

  • Question 335:

    Given the code fragment:

    What is the result?

    A. true true

    B. true false

    C. false false

    D. false true

  • Question 336:

    Given:

    public class String1 {

    public static void main(String[] args) {

    String s = "123";

    if (s.length() >2)

    A. concat("456"); for(int x = 0; x <3; x++) s += "x"; System.out.println(s); } } What is the result?

    B. 123

    C. 123xxx

    D. 123456

    E. 123456xxx

    F. Compilation fails

  • Question 337:

    Given:

    import java.util.*;

    public class Ref {

    public static void main(String[] args) {

    StringBuilder s1 = new StringBuilder("Hello Java!");

    String s2 = s1.toString();

    List lst = new ArrayList(); lst.add(s2);

    System.out.println(s1.getClass());

    System.out.println(s2.getClass());

    System.out.println(lst.getClass());

    }

    }

    What is the result?

    A. class java.lang.String class java.lang.String class java.util.ArrayList

    B. class java.lang.Object class java.lang. Object class java.util.Collection

    C. class java.lang.StringBuilder class java.lang.String class java.util.ArrayList

    D. class java.lang.StringBuilder class java.lang.String class java.util.List

  • Question 338:

    Given the following code for a Planet object:

    What is the output?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

    E. Option E

  • Question 339:

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

    Given:

    What is the result?

    A. Base DerivedA

    B. Base DerivedB

    C. DerivedB DerivedB

    D. DerivedB DerivedA

    E. A classcast Except ion is thrown at runtime.

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.