質問 1:Given:
11.static void test() throws RuntimeException {
12.try {
13.System.out.print("test ");
14.throw new RuntimeException();
15.}
16.catch (Exception ex) { System.out.print("exception "); }
17.}
18.public static void main(String[] args) {
19.try { test(); }
20.catch (RuntimeException ex) { System.out.print("runtime "); }
21.System.out.print("end ");
22.}
What is the result?
A. test exception end
B. test runtime end
C. Compilation fails.
D. test end
E. A Throwable is thrown by main at runtime.
正解:A
質問 2:Given:
1.public class Boxer1{
2.Integer i;
3.int x;
4.public Boxer1(int y) {
5.x = i+y;
6.System.out.println(x);
7.}
8.public static void main(String[] args) {
9.new Boxer1(new Integer(4));
10.}
11.}
What is the result?
A. A NullPointerException occurs at runtime.
B. A NumberFormatException occurs at runtime.
C. The value "4" is printed at the command line.
D. Compilation fails because of an error in line 9.
E. An IllegalStateException occurs at runtime.
F. Compilation fails because of an error in line 5.
正解:A
質問 3:Given two files, GrizzlyBear.java and Salmon.java:
1.package animals.mammals;
2.3.
public class GrizzlyBear extends Bear {
4.void hunt() {
5.Salmon s = findSalmon();
6.s.consume();
7.}
8.}
1.package animals.fish;
2.3.
public class Salmon extends Fish {
4.public void consume() { /* do stuff */ }
5.}
If both classes are in the correct directories for their packages, and the Mammal class correctly defines the findSalmon() method, which change allows this code to compile?
A. add import animals.fish.Salmon.*; at line 2 in GrizzlyBear.java
B. add import animals.mammals.GrizzlyBear.*; at line 2 in Salmon.java
C. add import animals.mammals.*; at line 2 in Salmon.java
D. add import animals.fish.*; at line 2 in GrizzlyBear.java
正解:D
質問 4:Given:
31.class Foo {
32.public int a = 3;
33.public void addFive() { a += 5; System.out.print("f "); }
34.}
35.class Bar extends Foo {
36.public int a = 8;
37.public void addFive() { this.a += 5; System.out.print("b " ); }
38.} Invoked with: Foo f = new Bar(); f.addFive(); System.out.println(f.a);
What is the result?
A. f 8
B. b 13
C. f 3
D. An exception is thrown at runtime.
E. Compilation fails.
F. f 13
G. b 3
H. b 8
正解:G
質問 5:A developer is creating a class Book, that needs to access class Paper. The Paper class is deployed in a JAR named myLib.jar. Which three, taken independently, will allow the developer to use the Paper class while compiling the Book class? (Choose three.)
A. The JAR file is located at /foo/myLib.jar and a classpath environment variable is set that includes /foo/myLib.jar.
B. The JAR file is located at /foo/myLib.jar and the Book class is compiled using javac -classpath /foo/myLib.jar Book.java
C. The JAR file is located at $JAVA_HOME/jre/classes/myLib.jar.
D. The JAR file is located at /foo/myLib.jar and the Book class is compiled using javac -cp /foo/myLib.jar/Paper Book.java.
E. The JAR file is located at /foo/myLib.jar and the Book class is compiled using javac -d /foo/myLib.jar Book.java
F. The JAR file is located at /foo/myLib.jar and a classpath environment variable is set that includes /foo/myLib.jar/Paper.class.
G. The JAR file is located at $JAVA_HOME/jre/lib/ext/myLib.jar..
正解:A,B,G
質問 6:DRAG DROP
Click the Task button.
正解:
質問 7:Given:
11.class Alpha {
12.public void foo() { System.out.print("Afoo "); }
13.}
14.public class Beta extends Alpha {
15.public void foo() { System.out.print("Bfoo "); }
16.public static void main(String[] args) {
17.Alpha a = new Beta();
18.Beta b = (Beta)a;
19.a.foo();
20.b.foo();
21.}
22.}
What is the result?
A. Bfoo Bfoo
B. Afoo Bfoo
C. An exception is thrown at runtime.
D. Compilation fails.
E. Bfoo Afoo
F. Afoo Afoo
正解:A
質問 8:Given:
1.public class GC {
2.private Object o;
3.private void doSomethingElse(Object obj) { o = obj; }
4.public void doSomething() {
5.Object o = new Object();
6.doSomethingElse(o);
7.o = new Object();
8.doSomethingElse(null);
9.o = null;
10.}
11.}
When the doSomething method is called, after which line does the Object created in line 5 become available for garbage collection?
A. Line 6
B. Line 10
C. Line 8
D. Line 5
E. Line 7
F. Line 9
正解:C
一年間の無料更新サービスを提供します
君が弊社のOracle 1Z0-851をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたOracle 1Z0-851をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のOracle 1Z0-851を持っていることを保証します。
弊社は無料Oracle 1Z0-851サンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料1Z0-851サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこの1Z0-851問題集は自分に適するかどうか判断して購入を決めることができます。
1Z0-851試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
弊社は失敗したら全額で返金することを承諾します
我々は弊社の1Z0-851問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のOracle 1Z0-851を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
TopExamは君に1Z0-851の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
弊社のOracle 1Z0-851を利用すれば試験に合格できます
弊社のOracle 1Z0-851は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社は1Z0-851問題集の質問と答えが間違いないのを保証いたします。
この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のOracle 1Z0-851を利用すれば、君は一回で試験に合格できます。
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社の1Z0-851問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。
Oracle 1Z0-851 認定試験の出題範囲:
トピック | 出題範囲 |
---|
トピック 1 | - Develop code that implements an if or switch statement; and identify legal argument types for these statements
|
トピック 2 | |
トピック 3 | - Develop code that makes use of assertions
|
トピック 4 | - Develop code that declares an abstract class. Develop code that extends an abstract class
|
参照:https://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=5001&get_params=p_exam_id:1Z0-851