質問 1:Given the code fragments:
class TechName {
String techName;
TechName (String techName) {
this.techName=techName;
}
}
and
List<TechName> tech = Arrays.asList (
new TechName("Java-"),
new TechName("Oracle DB-"),
new TechName("J2EE-")
);
Stream<TechName> stre = tech.stream();
//line n1
Which should be inserted at line n1 to print Java-Oracle DB-J2EE-?
A. stre.map(a-> a.techName).forEach(System.out::print);
B. stre.forEach(System.out::print);
C. stre.map(a-> a).forEachOrdered(System.out::print);
D. stre.forEachOrdered(System.out::print);
正解:A
質問 2:Given the code fragment:
Path path1 = Paths.get("/app/./sys/");
Path res1 = path1.resolve("log");
Path path2 = Paths.get("/server/exe/");
Path res1 = path1.resolve("/readme/");
System.out.println(res1);
System.out.println(res2);
What is the result?
A. /app/./sys/log/readme
B. /app/sys/log/readme/server/exe
C. /app/log/sys/server/exe/readme
D. /app/./sys/log/server/exe/readme
正解:A
質問 3:Given the definition of the Emp class:
public class Emp
private String eName;
private Integer eAge;
Emp(String eN, Integer eA) {
this.eName = eN;
this.eAge = eA;
}
public Integer getEAge () {return eAge;}
public String getEName () {return eName;}
}
and code fragment:
List<Emp>li = Arrays.asList(new Emp("Sam", 20), New Emp("John", 60), New Emp("Jim", 51)); Predicate<Emp> agVal = s -> s.getEAge() > 50;//line n1 li = li.stream().filter(agVal).collect(Collectors.toList()); Stream<String> names = li.stream()map.(Emp::getEName);//line n2 names.forEach(n -> System.out.print(n + " ")); What is the result?
A. John Jim
B. A compilation error occurs at line n2.
C. A compilation error occurs at line n1.
D. Sam John Jim
正解:A
質問 4:Given the code fragment:
What is the result?
A. [X][X, X][X, X, X][X, X, X, X]
B. [X, X]
C. [X][X, X][X, X, X]
D. [X, X][X, X, X, X]
正解:A
質問 5:Which two reasons should you use interfaces instead of abstract classes? (Choose two.)
A. You expect that classes that implement your interfaces have many common methods or fields, or require access modifiers other than public.
B. You want to share code among several closely related classes.
C. You want to take advantage of multiple inheritance of type.
D. You expect that unrelated classes would implement your interfaces.
E. You want to declare non-static on non-final fields.
正解:C,D
質問 6:Given:
Item table
* ID, INTEGER: PK
* DESCRIP, VARCHAR(100)
* PRICE, REAL
* QUANTITY< INTEGER
And given the code fragment:
9. try {
10.Connection conn = DriveManager.getConnection(dbURL, username, password);
11. String query = "Select * FROM Item WHERE ID = 110";
12. Statement stmt = conn.createStatement();
13. ResultSet rs = stmt.executeQuery(query);
14.while(rs.next()) {
15.System.out.println("ID:" + rs.getString(1));
16.System.out.println("Description:" + rs.getString(2));
17.System.out.println("Price:" + rs.getString(3));
18. System.out.println(Quantity:" + rs.getString(4));
19.}
20. } catch (SQLException se) {
21. System.out.println("Error");
22. }
Assume that:
The required database driver is configured in the classpath.
The appropriate database is accessible with the dbURL, userName, and passWord exists.
The SQL query is valid.
What is the result?
A. The code prints Error.
B. An exception is thrown at runtime.
C. Compilation fails.
D. The code prints information about Item 110.
正解:C
質問 7:Given:
and the code fragment:
What is the result?
A. 0
B. 2
C. An Exception is thrown at run time.
D. A compilation error occurs at line n1.
正解:D
質問 8:Which statement is true about the DriverManager class?
A. It executes SQL statements against the database.
B. it is written by different vendors for their specific database.
C. It returns an instance of Connection.
D. It only queries metadata of the database.
正解:C
解説: (Topexam メンバーにのみ表示されます)
質問 9:Given:
class Worker extends Thread {
CyclicBarrier cb;
public Worker(CyclicBarrier cb) { this.cb = cb; }
public void run () {
try {
cb.await();
System.out.println("Worker...");
} catch (Exception ex) { }
}
}
class Master implements Runnable { //line n1
public void run () {
System.out.println("Master...");
}
}
and the code fragment:
Master master = new Master();
//line n2
Worker worker = new Worker(cb);
worker.start();
You have been asked to ensure that the run methods of both the Worker and Master classes are executed.
Which modification meets the requirement?
A. Replace line n1 with class Master extends Thread {
B. At line n2, insert CyclicBarrier cb = new CyclicBarrier(1, master);
C. At line n2, insert CyclicBarrier cb = new CyclicBarrier(2, master);
D. At line n2, insert CyclicBarrier cb = new CyclicBarrier(master);
正解:B
弊社のOracle 1z0-809を利用すれば試験に合格できます
弊社のOracle 1z0-809は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社は1z0-809問題集の質問と答えが間違いないのを保証いたします。
この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のOracle 1z0-809を利用すれば、君は一回で試験に合格できます。
TopExamは君に1z0-809の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
弊社は無料Oracle 1z0-809サンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料1z0-809サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこの1z0-809問題集は自分に適するかどうか判断して購入を決めることができます。
1z0-809試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
一年間の無料更新サービスを提供します
君が弊社のOracle 1z0-809をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたOracle 1z0-809をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のOracle 1z0-809を持っていることを保証します。
弊社は失敗したら全額で返金することを承諾します
我々は弊社の1z0-809問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のOracle 1z0-809を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社の1z0-809問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。
Oracle 1z0-809 認定試験の出題範囲:
トピック | 出題範囲 |
---|
トピック 1 | - Develop Code That Declares, Implements And
- Or Extends Interfaces And Use The @Override Annotation
- Develop Code That Uses The Optional Class
|
トピック 2 | - Define And Create And Manage Date-Based And Time-Based Events Using Instant, Period, Duration, And Temporalunit
- Filter A Collection By Using Lambda Expressions
|
トピック 3 | - Develop Code That Uses Static Keyword On Initialize Blocks, Variables, Methods, And Classes
|
トピック 4 | - Develop Code That Uses Stream Data Methods And Calculation Methods
- Iterate Using Foreach Methods Of Streams And List
|
トピック 5 | - Create And Use Singleton Classes And Immutable Classes
- Use Java.Util.Comparator And Java.Lang.Comparable Interfaces
|
トピック 6 | - Develop Code That Uses The Unaryoperator Interface
- Create Custom Exceptions And Auto-Closeable Resources
- Lambda Built-In Functional Interfaces
|
トピック 7 | - Create And Use Arraylist, Treeset, Treemap, And Arraydeque Objects
- Override Hashcode, Equals, And Tostring Methods From Object Class
|
トピック 8 | - Create And Manage Date-Based And Time-Based Events Including A Combination Of Date And Time Into A Single Object Using Localdate, Localtime, Localdatetime
|
トピック 9 | - Use Enumerated Types Including Methods, And Constructors In An Enum Type
- Implement Polymorphism
- Create And Use A Generic Class
|
トピック 10 | - Save Results To A Collection Using The Collect Method And Group
- Partition Data Using The Collectors Class
|
トピック 11 | - Develop Code To Extract Data From An Object Using Peek() And Map() Methods Including Primitive Versions Of The Map() Method
|
トピック 12 | - Use Catch, Multi-Catch, And Finally Clauses
- Use Flatmap() Methods In The Stream API
- Develop Code That Uses The Final Keyword
|
トピック 13 | - Search For Data By Using Search Methods Of The Stream Classes Including Findfirst, Findany, Anymatch, Allmatch, Nonematch
|
トピック 14 | - Work With Dates And Times Across Timezones And Manage Changes Resulting From Daylight Savings Including Format Date And Times Values
|
トピック 15 | - Use The Built-In Interfaces Included In The Java.Util.Function Package Such As Predicate, Consumer, Function, And Supplier
|
トピック 16 | - Develop Code That Uses Binary Versions Of Functional Interfaces
- Use Autoclose Resources With A Try-With-Resources Statement
|
トピック 17 | - Describe Stream Interface And Stream Pipeline
- Create Inner Classes Including Static Inner Class, Local Class, Nested Class, And Anonymous Inner Class
|
参照:https://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=5001&get_params=p_exam_id:1Z0-809