جافا Java
What is the purpose of the `throws` clause in a method declaration? ما هو الغرض من عبارة `throws` في تعريف الدالة؟ #JavaExceptions #MethodDeclaration
اختر الإجابة الصحيحة
Anonymous Quiz
21%
To catch exceptions
39%
To declare that the method may throw certain exceptions
27%
To throw an exception
14%
To handle exceptions within the method
❤1
جافا Java
Java Programming Exercises and Solutions.pdf
عدلت الملف حسنت التنسيق واضفت جافا 2 شوفوه واعطونا رايكم
👍2
What is method overriding in Java?
ما هو تجاوز الدوال (method overriding) في جافا؟
#JavaInheritance #MethodOverriding
ما هو تجاوز الدوال (method overriding) في جافا؟
#JavaInheritance #MethodOverriding
جافا Java
What is method overriding in Java? ما هو تجاوز الدوال (method overriding) في جافا؟ #JavaInheritance #MethodOverriding
Which of the following is true about the `final` keyword in Java?
أي مما يلي صحيح بخصوص الكلمة المفتاحية `final` في جافا؟
#JavaKeywords #FinalKeyword
أي مما يلي صحيح بخصوص الكلمة المفتاحية `final` في جافا؟
#JavaKeywords #FinalKeyword
جافا Java
Which of the following is true about the `final` keyword in Java? أي مما يلي صحيح بخصوص الكلمة المفتاحية `final` في جافا؟ #JavaKeywords #FinalKeyword
اختر الإجابة الصحيحة
Anonymous Quiz
9%
A final class can be inherited
12%
A final method can be overridden
10%
A final variable can be reassigned
69%
A final variable must be initialized when declared
👍3
What is the purpose of the `this` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `this` في جافا؟
#JavaKeywords #OOP
ما هو الغرض من الكلمة المفتاحية `this` في جافا؟
#JavaKeywords #OOP
Create a Java method to count the number of vowels in a string.
أنشئ دالة في جافا لعد عدد الحروف المتحركة في سلسلة نصية.
#StringProcessing
أنشئ دالة في جافا لعد عدد الحروف المتحركة في سلسلة نصية.
#StringProcessing
What is the purpose of the `final` keyword when applied to a class in Java?
ما هو الغرض من الكلمة المفتاحية `final` عند تطبيقها على صنف في جافا؟
#JavaKeywords #Inheritance
ما هو الغرض من الكلمة المفتاحية `final` عند تطبيقها على صنف في جافا؟
#JavaKeywords #Inheritance
👍1
جافا Java
What is the purpose of the `final` keyword when applied to a class in Java? ما هو الغرض من الكلمة المفتاحية `final` عند تطبيقها على صنف في جافا؟ #JavaKeywords #Inheritance
What is the purpose of the `clone()` method in Java?
ما هو الغرض من دالة `clone()` في جافا؟
#JavaObjectMethods #ObjectCloning
ما هو الغرض من دالة `clone()` في جافا؟
#JavaObjectMethods #ObjectCloning
جافا Java
What is the purpose of the `clone()` method in Java? ما هو الغرض من دالة `clone()` في جافا؟ #JavaObjectMethods #ObjectCloning
اختر الإجابة الصحيحة
Anonymous Quiz
16%
To create a new instance of a class
45%
To copy the values of one object to another
19%
To compare two objects
20%
To delete an object
What is the purpose of the 'super' keyword in Java?
ما هو الغرض من الكلمة المفتاحية 'super' في جافا؟
#JavaInheritance #SuperKeyword
ما هو الغرض من الكلمة المفتاحية 'super' في جافا؟
#JavaInheritance #SuperKeyword
جافا Java
What is the purpose of the 'super' keyword in Java? ما هو الغرض من الكلمة المفتاحية 'super' في جافا؟ #JavaInheritance #SuperKeyword
اختر الإجابة الصحيحة
Anonymous Quiz
22%
To call the superclass constructor
6%
To access superclass members
62%
Both A and B
9%
To create a new instance of the superclass