Which statement is true about primitive variables?
A. They can be compared with the == operator.
B. They can be compared with the equals method only.
C. They cannot be compared.
D. They can be compared with the compareTo method only.
Given the code fragment:
What is the result?
A. 2
B. 4
C. The program executes an infinite number of times.
D. 3
Identify two Java reserved words.
A. array
B. true
C. this
D. exception
E. string
Which statement is true about a Java method?
A. It must be declared with an access modifier.
B. It cannot be defined within another method.
C. It must accept a parameter and return a value.
D. It cannot be defined as static final.
Given:
And the code fragment:
Which code fragment can be inserted at line n1 to enable the code to print All the best?
A. void writeMsg();
B. Messenger.writeMsg();
C. writeMsg();
D. m.writeMsg();
Given the code fragment:
Which two code fragments are valid at line 2?
A. for (int count = 0; count < 5; count++) {
System.out.print(count);
}
B. package p1;
C. import java.util.*; public void display() { List
D. { private int num; }
E. private String name = "John"; public void display() { System.out.print(name); }
You have been asked to develop a Java program that prints the elements of an array in reverse order.
Which looping statement cannot be used to meet the requirement?
A. enhanced for
B. standard for
C. while
D. do-while
Given the code fragment:
Which statement is true?
A. The code results in a compilation error. To make it compile, insert at line n1: import java.lang.Math; import java.lang.Random;
B. The code compiles successfully
C. The code results in a compilation error. To make it compile, insert at line n1: import java.lang; import java.util;
D. The code results in a compilation error. To make it compile, insert at line n1: import java.util.*;
Given the code fragment:
What is the result?
A. pen pencil erasers paper
B. paper pen pencil erasers
C. A compilation error occurs.
D. A runtime exception is thrown.
Given the code fragment:
Which code fragment, when inserted at line n1, enables the code to print Java Programming:1?
A. System.out.println(name + ":" + count);
B. System.out.println(c.name + ":" + count);
C. System.out.println(c.name + ":" + Course.count);
D. System.out.println(Course.name + ":" + c.count);
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-811 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.