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

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

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

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

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

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

السؤال #1
Given the code fragment: String str = “Java is a programming language”; ToIntFunction indexVal = str: : indexOf; //line n1 int x = indexVal.applyAsInt(“Java”); //line n2 System.out.println(x); What is the result?
A. 1
B. A compilation error occurs at line n1
C. A compilation error occurs at line n2
عرض الإجابة
اجابة صحيحة: A
السؤال #2
Given the code fragment: What is the result?
A. A compilation error occurs at line n1
B. courseJava
C. Javacourse
D. A compilation error occurs at line n2
عرض الإجابة
اجابة صحيحة: A
السؤال #3
Given the code fragment: Which should be inserted into line n1 to print Average = 2.5?
A. IntStream str = Stream
B. IntStream str = IntStream
C. DoubleStream str = Stream
D. Stream str = Stream
عرض الإجابة
اجابة صحيحة: A
السؤال #4
Given the definition of the Employee class: and this code fragment: What is the result?
A. [sales:Ada, hr:Bob, sales:Bob, hr:Eva]
B. [Ada:sales, Bob:sales, Bob:hr, Eva:hr]
C. [hr:Eva, hr:Bob, sales:Bob, sales:Ada]
D. [hr:Bob, hr:Eva, sales:Ada, sales:Bob]
عرض الإجابة
اجابة صحيحة: B
السؤال #5
Given: class Bird { public void fly () { System.out.print(“Can fly”); } } class Penguin extends Bird { public void fly () { System.out.print(“Cannot fly”); } } and the code fragment: class Birdie { public static void main (String [ ] args) { fly( ( ) -> new Bird ( )); fly (Penguin : : new); } /* line n1 */ } Which code fragment, when inserted at line n1, enables the Birdie class to compile?
A. static void fly (Consumer bird) { bird :: fly ();}
B. static void fly (Consumer bird) {bird
C. static void fly (Supplier bird) { bird
D. static void fly (Supplier bird) { LOST
عرض الإجابة
اجابة صحيحة: A
السؤال #6
Given the code fragment: What is the result?
A. DavidDavid[Susan, Allen]
B. SusanSusan[Susan, Allen]
C. SusanAllen [David]
D. DavidAllen [Susan]
E. SusanAllen[Susan, David]
عرض الإجابة
اجابة صحيحة: A
السؤال #7
Given the code fragment: Path source = Paths.get (“/data/december/log.txt”); Path destination = Paths.get(“/data”); Files.copy (source, destination); and assuming that the file /data/december/log.txt is accessible and contains: 10-Dec-2014 – Executed successfully What is the result?
A. A file with the name log
B. The program executes successfully and does NOT change the file system
C. A FileNotFoundException is thrown at run time
D. A FileAlreadyExistsException is thrown at run time
عرض الإجابة
اجابة صحيحة: A

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

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

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

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