لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
Which statement on line 1 enables this code to compile?
A. Function f = n > n * 2;
B. Function f = n > n * 2;
C. Function f = n > n * 2;
D. Function f = n > n * 2;
E. Function f = n > n * 2;
عرض الإجابة
اجابة صحيحة: A
السؤال #2
Given the code fragment: Path source = Paths.get(“/repo/a/a.txt”); Path destination = Paths.get(“/repo”); Files.move(source, destination); // line 1 Files.delete (source); // line 2 Assuming the source file and destination folder exist, what Is the result?
A. A java
B. A java
C. A copy of /repo/a/a
D. a
عرض الإجابة
اجابة صحيحة: D
السؤال #3
Which two describe reasons to modularize the JDK? (Choose two.)
A. easier to understand the Java language
B. improves security and maintainability
C. easier to expose implementation details
D. improves application robustness
E. easier to build a custom runtime linking application modules and JDK modules
عرض الإجابة
اجابة صحيحة: BD
السؤال #4
Given the code fragment: Path currentFile = Paths.get(“/scratch/exam/temp.txt”); Path outputFile = Paths get(“/scratch/exam/new.txt”); Path directory = Paths.get(“/scratch/”); Files.copy(currentFile, outputFile); Files.copy(outputFile, directory); Files.delete (outputFile); The /scratch/exam/temp.txt file exists. The /scratch/exam/new.txt and /scratch/new.txt files do not exist. What is the result?
A. /scratch/exam/new
B. The program throws a FileaAlreadyExistsException
C. The program throws a NoSuchFileException
D. A copy of /scratch/exam/new
عرض الإجابة
اجابة صحيحة: C
السؤال #5
Given these two classes: And given this fragment: Which describes the fragment?
A. It throws IllegalMonitorStateException
B. It is subject to deadlock
C. It is subject to livelock
D. The code does not compile
عرض الإجابة
اجابة صحيحة: AC
السؤال #6
And the command: java Main Helloworld What is the result ?
A. Input: Echo:
B. Input: Helloworld Echo: Helloworld
C. Input:Then block until any input comes from System
D. Input:Echo: Helloworld
E. A NullPointerException is thrown at run time
عرض الإجابة
اجابة صحيحة: BD
السؤال #7
Which is the correct order of possible statements in the structure of a Java class file?
A. class, package, import
B. package, import, class
C. import, package, class
D. package, class, import
E. import, class, package
عرض الإجابة
اجابة صحيحة: A
السؤال #8
What is the result?
A. The compilation fails
B. abdf
C. abd
D. adf
E. abcd
عرض الإجابة
اجابة صحيحة: CD
السؤال #9
Which code fragment prints 100 random numbers?
A. Option A
B. Option B
C. Option C
D. Option D
عرض الإجابة
اجابة صحيحة: C
السؤال #10
What is the result?
A. 2134
B. 2143
C. 214
D. 234
عرض الإجابة
اجابة صحيحة: B
السؤال #11
A company has an existing sales application using a Java 8 jar file containing packages: com.company.customer; com.company.customer.orders; com.company.customer.info; com.company.sales; com.company.sales.leads; com.company.sales.closed; com.company.orders; com.company.orders.pending; com.company.orders.shipped. To modularize this jar file into three modules, customer, sales, and orders, which module-info.java would be correct? A) B) C) D)
A. Option A
B. Option B
C. Option C
D. Option D
عرض الإجابة
اجابة صحيحة: A
السؤال #12
Which two independent changes will make the Main class compile? (Choose two.)
A. Move the entire Student class declaration to a separate Java file, Student
B. Change line 2 to public Student(String classname)
C. Change line 1 to public class Student {
D. Change line 3 to Student student = new Student(“Biology”);
E. Change line 1 to static class Student {
عرض الإجابة
اجابة صحيحة: C
السؤال #13
What is the result?
A. nothing
B. 10
C. 0 4 9
عرض الإجابة
اجابة صحيحة: A
السؤال #14
executed with this command: java Main one two three What is the output of this class?
A. The compilation fails
B. 1) one2) two3) three
C. A java
D. 1) one
E. nothing
عرض الإجابة
اجابة صحيحة: B
السؤال #15
A bookstore's sales are represented by a list of Sale objects populated with the name of the customer and the books they purchased. public class Sale { private String customer; private List items; // constructor, setters and getters not shown } public class Book { private String name; private double price; // constructor, setters and getters not shown } Given a list of Sale objects, tList, which code fragment creates a list of total sales for each customer in ascending order?
A. Option A
B. Option B
C. Option C
D. Option D
عرض الإجابة
اجابة صحيحة: C
السؤال #16
What is the output?
A. null
B. A NoSuchElementException is thrown at run time
C. Duke
D. A NullPointerException is thrown at run time
عرض الإجابة
اجابة صحيحة: D

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: