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
What is the purpose of the 'static' keyword in Java?
ما هو الغرض من الكلمة المفتاحية 'static' في جافا؟
#JavaStaticKeyword #OOP
ما هو الغرض من الكلمة المفتاحية 'static' في جافا؟
#JavaStaticKeyword #OOP
جافا Java
What is the purpose of the 'static' keyword in Java? ما هو الغرض من الكلمة المفتاحية 'static' في جافا؟ #JavaStaticKeyword #OOP
اختر الإجابة الصحيحة
Anonymous Quiz
18%
To create constant variables
51%
To make a member belong to the class rather than to instances
17%
To prevent a class from being instantiated
13%
To make a class immutable
❤3
جافا Java
من جربه يعطينا رايه
اللي اختاروا 👎 ممكن تعطونا اقتراحاتكم علشان احطها بالمحتوى المدفوع القادم 🤝
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1🔥1😁1
Which of the following is true about Java packages?
أي مما يلي صحيح بخصوص الحزم (packages) في جافا؟
#JavaPackages #CodeOrganization
أي مما يلي صحيح بخصوص الحزم (packages) في جافا؟
#JavaPackages #CodeOrganization
جافا Java
Which of the following is true about Java packages? أي مما يلي صحيح بخصوص الحزم (packages) في جافا؟ #JavaPackages #CodeOrganization
Write a Java code to implement a simple linked list.
اكتب كود جافا لتنفيذ قائمة مترابطة بسيطة.
#DataStructures
اكتب كود جافا لتنفيذ قائمة مترابطة بسيطة.
#DataStructures
What is the purpose of the `static` import in Java?
ما هو الغرض من الاستيراد `static` في جافا؟
#JavaImports #StaticImport
ما هو الغرض من الاستيراد `static` في جافا؟
#JavaImports #StaticImport