جافا Java
الذهاب إلى القناة على Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
إظهار المزيد6 168
المشتركون
-224 ساعات
-247 أيام
-7330 أيام
أرشيف المشاركات
6 168
Which of the following is true about Java abstract classes?
أي مما يلي صحيح بخصوص الأصناف المجردة (abstract classes) في جافا؟
#JavaAbstractClasses #OOP
6 168
Write a Java code to print the multiplication table of a given number.
اكتب كود جافا لطباعة جدول الضرب لرقم معين.
#BasicLoops
6 168
What is the purpose of the `this` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `this` في جافا؟
#JavaKeywords #OOP
6 168
What is the purpose of the `abstract` method in Java?
ما هو الغرض من الدالة `abstract` في جافا؟
#JavaAbstraction #OOP
6 168
Write a Java code to check if a number is even or odd.
اكتب كود جافا للتحقق مما إذا كان الرقم زوجياً أم فردياً.
#BasicLogic
6 168
What is the purpose of the `abstract` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `abstract` في جافا؟
#JavaKeywords #AbstractClasses
6 168
What is the difference between `throw` and `throws` in Java?
ما هو الفرق بين `throw` و `throws` في جافا؟
#JavaExceptionHandling #Syntax
6 168
Create a simple Java class with a constructor and one method.
أنشئ صنفاً بسيطاً في جافا يحتوي على مُنشئ ودالة واحدة.
#ClassCreation
6 168
What is the difference between `break` and `continue` statements in Java?
ما هو الفرق بين عبارتي `break` و `continue` في جافا؟
#JavaControlFlow #Loops
6 168
What is the purpose of the `implements` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `implements` في جافا؟
#JavaInterfaces #OOP
6 168
Write a Java code to implement a simple ATM machine simulation.
اكتب كود جافا لتنفيذ محاكاة بسيطة لماكينة صراف آلي.
#SimpleApplications
6 168
What is the purpose of the `continue` statement in Java?
ما هو الغرض من عبارة `continue` في جافا؟
#JavaControlFlow #LoopControl
