Download Oracle.1z0-808.Prep4Sure.2019-12-19.108q.vcex

Download Exam

File Info

Exam Java SE 8 Programmer
Number 1z0-808
File Name Oracle.1z0-808.Prep4Sure.2019-12-19.108q.vcex
Size 9 MB
Posted Dec 19, 2019
Download Oracle.1z0-808.Prep4Sure.2019-12-19.108q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

Which statement is true about the switch statement?


  1. It must contain the default section.
  2. The break statement, at the end of each case block, is optional.
  3. Its case label literals can be changed at runtime.
  4. Its expression must evaluate to a collection of values.
Correct answer: B



Question 2

What is the name of the Java concept that uses access modifiers to protect variables and hide them within a class?


  1. Encapsulation
  2. Inheritance
  3. Abstraction
  4. Instantiation
  5. Polymorphism
Correct answer: A
Explanation:
Using the private modifier is the main way that an object encapsulates itself and hide data from the outside world. Reference: http://www.tutorialspoint.com/java/java_access_modifiers.htm
Using the private modifier is the main way that an object encapsulates itself and hide data from the outside world. 
Reference: http://www.tutorialspoint.com/java/java_access_modifiers.htm



Question 3

Given the code fragment:
  
Which two modifications, made independently, enable the code to compile? (Choose two.)


  1. Make the method at line n1 public.
  2. Make the method at line n2 public.
  3. Make the method at line n3 public.
  4. Make the method at line n3 protected.
  5. Make the method at line n4 public.
Correct answer: CD



Question 4

Given:
  
What is the result?


  1. Compilation fails at line n1.
  2. Initialized 
    Started 
    Initialized
  3. Initialized 
    Started
  4. Compilation fails at line n2.
Correct answer: D



Question 5

Given these two classes:
  
Any amount of electricity used by a customer (represented by an instance of the Customer class) must contribute to the customer's bill (represented by the member variable bill) through the useElectricity method.  
An instance of the Customer class should never be able to tamper with or decrease the value of the member variable bill. 
How should you write methods in the ElectricAccount class at line n1 so that the member variable bill is always equal to the value of the member variable kwh multiplied by the member variable rate?


  1.   
  2.   
  3.   
  4.   
Correct answer: A



Question 6

Given the code fragment:
  
Which option can replace xxx to enable the code to print 135?


  1.   
  2.   
  3.   
  4.   
Correct answer: B



Question 7

Which statement best describes encapsulation?


  1. Encapsulation ensures that classes can be designed so that only certain fields and methods of an object are accessible from other objects.
  2. Encapsulation ensures that classes can be designed so that their methods are inheritable.
  3. Encapsulation ensures that classes can be designed with some fields and methods declared as abstract.
  4. Encapsulation ensures that classes can be designed so that if a method has an argument MyType x, any subclass of MyType can be passed to that method.
Correct answer: A



Question 8

Given the code fragment from three files:
  
Which code fragment, when inserted at line 2, enables the code to compile? 
  


  1. Option A
  2. Option B
  3. Option C
  4. Option D
  5. Option E
Correct answer: E



Question 9

Given this class:
  
And given this main method, located in another class:
  
Which three lines, when inserted independently at line n1, cause the program to print a 0 balance? (Choose three.) 


  1. acct.setAmount(-acct.getAmount());
  2. acct.amount = 0; <option D earlier>
  3. acct.setAmount(0);
  4. acct.getAmount() = 0; <option E earlier>
  5. this.amount = 0; <option A earlier>
  6. acct.changeAmount(0); <option F earlier>
  7. acct.changeAmount(-acct.amount); <option G earlier>
Correct answer: BDF



Question 10

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


  1.   
  2.   
  3.   
  4.   
Correct answer: D









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files