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

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

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

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

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

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

السؤال #1
What is the result?
A. is it 1
B. An IndexOutOfBoundsException is thrown at runtime
C. is it 0
D. this is it 2
E. this is it 3
عرض الإجابة
اجابة صحيحة: D
السؤال #2
Which two statements are true if the method is added to Bar? (Choose two.)
A. public Collection foo(Collection arg) {
B. public Collection foo(Stream arg) {
C. public List foo(Collection arg) {
D. public Collection foo(Collection arg) {
E. public Collection bar(Collection arg) {
F. public Iterable foo(Collection arg) {
عرض الإجابة
اجابة صحيحة: F
السؤال #3
Which two statements are true about the modular JDK? (Choose two.)
A. The foundational APIs of the Java SE Platform are found in the java
B. An application must be structured as modules in order to run on the modular JDK
C. It is possible but undesirable to configure modules’ exports from the command line
D. APIs are deprecated more aggressively because the JDK has been modularized
عرض الإجابة
اجابة صحيحة: B
السؤال #4
Which statement about access modifiers is correct?
A. An instance variable can be declared with the static modifier
B. A local variable can be declared with the final modifier
C. An abstract method can be declared with the private modifier
D. An inner class cannot be declared with the public modifier
E. An interface can be declared with the protected modifier
عرض الإجابة
اجابة صحيحة: E
السؤال #5
Which two statements can be added at line 1 in Bar to successfully compile it? (Choose two.)
A. public List foo(Set m) {
B. public ArrayList foo(Set m) {
C. public List foo(TreeSet m) {
D. public List foo(Set m) {
E. public List foo(Set m) {
F. public ArrayList foo(Set m) {
عرض الإجابة
اجابة صحيحة: D
السؤال #6
What is the result?
A. It throws a runtime exception
B. Value of Euler = 2
C. The code does not compile
D. Value of Euler = “2
عرض الإجابة
اجابة صحيحة: AC
السؤال #7
jdeps -jdkinternals C:\workspace4\SimpleSecurity\jar\classes.jar Which describes the expected output?
A. jdeps lists the module dependencies and the package names of all referenced JDK internal API
B. If any are found, the suggested replacements are output in the console
C. jdeps outputs an error message that the -jdkinternals option requires either the -summary or the - verbose options to output to the console
D. The -jdkinternals option analyzes all classes in the
E. The -jdkinternals option analyzes all classes in the
F. If any are found, the results with suggested replacements are output in the console
عرض الإجابة
اجابة صحيحة: B
السؤال #8
Which code is correct?
A. Runnable r = “Message” > System
B. Runnable r = () > System
C. Runnable r = () -> {System
D. Runnable r = > System
E. Runnable r = {System
عرض الإجابة
اجابة صحيحة: AC
السؤال #9
What is the result?
A. 3 5 3 3
B. 3 3 3 3
C. 3 5 3 5
D. 5 5 3 3
عرض الإجابة
اجابة صحيحة: C
السؤال #10
var data = new ArrayList<>(); data.add(“Peter”); data.add(30); data.add(“Market Road”); data.set(1, 25); data.remove(2); data.set(3, 1000L); System.out.print(data); What is the output?
A. [Market Road, 1000]
B. [Peter, 30, Market Road]
C. [Peter, 25, null, 1000]
D. An exception is thrown at run time
عرض الإجابة
اجابة صحيحة: BD
السؤال #11
var fruits = List.of(“apple”, “orange”, “banana”, “lemon”); You want to examine the first element that contains the character n. Which statement will accomplish this?
A. String result = fruits
B. fruits
C. Optional result = fruits
D. Optional result = fruits
عرض الإجابة
اجابة صحيحة: CE
السؤال #12
What is the result?
A. 5
B. 3
C. 23
D. 25
E. 11
عرض الإجابة
اجابة صحيحة: B
السؤال #13
Examine this excerpt from the declaration of the java.se module: What does the transitive modifier mean?
A. Only a module that requires the java
B. Any module that requires the java
C. Any module that attempts to require the java
D. Any module that requires the java
عرض الإجابة
اجابة صحيحة: C
السؤال #14
Which three annotation uses are valid? (Choose three.)
A. Function func = (@NonNull x) > x
B. var v = “Hello” + (@Interned) “World”
C. Function func = (var @NonNull x) > x
D. Function func = (@NonNull var x) > x
E. var myString = (@NonNull String) str;
F. var obj = new @Interned MyObject();
عرض الإجابة
اجابة صحيحة: D
السؤال #15
What is the result?
A. 9
B. An exception is thrown at runtime
C. 3
D. 6
عرض الإجابة
اجابة صحيحة: AC
السؤال #16
Which is a proper JDBC URL?
A. jdbe
B. http://localhost
C. http://localhostmysql
D. jdbc:mysql://localhost:3306/database
عرض الإجابة
اجابة صحيحة: B
السؤال #17
/code/a/Test.java containing: and /code/b/Best.java containing: package b; public class Best { } Which is the valid way to generate bytecode for all classes?
A. java /code/a/Test
B. javac –d /code /code/a/Test
C. java /code/a/Test
D. java –cp /code a
E. javac –d /code /code/a/Test
F. javac –d /code /code/a/Test
عرض الإجابة
اجابة صحيحة: B

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

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

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

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