Write a Java code to implement a simple address book using HashMap.
اكتب كود جافا لتنفيذ دفتر عناوين بسيط باستخدام HashMap.
#Collections
اكتب كود جافا لتنفيذ دفتر عناوين بسيط باستخدام HashMap.
#Collections
What is the difference between `throw` and `throws` in Java?
ما هو الفرق بين `throw` و `throws` في جافا؟
#JavaExceptionHandling #Syntax
ما هو الفرق بين `throw` و `throws` في جافا؟
#JavaExceptionHandling #Syntax
جافا Java
What is the difference between `throw` and `throws` in Java? ما هو الفرق بين `throw` و `throws` في جافا؟ #JavaExceptionHandling #Syntax
What is the purpose of the `continue` statement in Java?
ما هو الغرض من عبارة `continue` في جافا؟
#JavaControlFlow #LoopControl
ما هو الغرض من عبارة `continue` في جافا؟
#JavaControlFlow #LoopControl
جافا Java
What is the purpose of the `continue` statement in Java? ما هو الغرض من عبارة `continue` في جافا؟ #JavaControlFlow #LoopControl
اختر الإجابة الصحيحة
Anonymous Quiz
9%
To exit a loop
69%
To skip the rest of the current iteration and move to the next one
17%
To restart the entire loop
6%
To pause the execution of the program
❤1
Write a Java code to implement a simple ATM machine simulation.
اكتب كود جافا لتنفيذ محاكاة بسيطة لماكينة صراف آلي.
#SimpleApplications
اكتب كود جافا لتنفيذ محاكاة بسيطة لماكينة صراف آلي.
#SimpleApplications
What is the purpose of the `implements` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `implements` في جافا؟
#JavaInterfaces #OOP
ما هو الغرض من الكلمة المفتاحية `implements` في جافا؟
#JavaInterfaces #OOP
What is the difference between `break` and `continue` statements in Java?
ما هو الفرق بين عبارتي `break` و `continue` في جافا؟
#JavaControlFlow #Loops
ما هو الفرق بين عبارتي `break` و `continue` في جافا؟
#JavaControlFlow #Loops
جافا Java
What is the difference between `break` and `continue` statements in Java? ما هو الفرق بين عبارتي `break` و `continue` في جافا؟ #JavaControlFlow #Loops
Create a simple Java class with a constructor and one method.
أنشئ صنفاً بسيطاً في جافا يحتوي على مُنشئ ودالة واحدة.
#ClassCreation
أنشئ صنفاً بسيطاً في جافا يحتوي على مُنشئ ودالة واحدة.
#ClassCreation
What is the difference between `throw` and `throws` in Java?
ما هو الفرق بين `throw` و `throws` في جافا؟
#JavaExceptionHandling #Syntax
ما هو الفرق بين `throw` و `throws` في جافا؟
#JavaExceptionHandling #Syntax
جافا Java
What is the difference between `throw` and `throws` in Java? ما هو الفرق بين `throw` و `throws` في جافا؟ #JavaExceptionHandling #Syntax
What is the purpose of the `abstract` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `abstract` في جافا؟
#JavaKeywords #AbstractClasses
ما هو الغرض من الكلمة المفتاحية `abstract` في جافا؟
#JavaKeywords #AbstractClasses
👍2
جافا Java
What is the purpose of the `abstract` keyword in Java? ما هو الغرض من الكلمة المفتاحية `abstract` في جافا؟ #JavaKeywords #AbstractClasses
اختر الإجابة الصحيحة
Anonymous Quiz
7%
To declare a variable
70%
To define a class that cannot be instantiated
14%
To create a final class
9%
To declare a constant
Write a Java code to check if a number is even or odd.
اكتب كود جافا للتحقق مما إذا كان الرقم زوجياً أم فردياً.
#BasicLogic
اكتب كود جافا للتحقق مما إذا كان الرقم زوجياً أم فردياً.
#BasicLogic
What is the purpose of the `abstract` method in Java?
ما هو الغرض من الدالة `abstract` في جافا؟
#JavaAbstraction #OOP
ما هو الغرض من الدالة `abstract` في جافا؟
#JavaAbstraction #OOP
جافا Java
What is the purpose of the `abstract` method in Java? ما هو الغرض من الدالة `abstract` في جافا؟ #JavaAbstraction #OOP
اختر الإجابة الصحيحة
Anonymous Quiz
16%
To define a method that cannot be called
17%
To create a method with no parameters
59%
To declare a method without implementation that must be overridden in subclasses
8%
To make a method private
🎉3
What is the purpose of the `this` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `this` في جافا؟
#JavaKeywords #OOP
ما هو الغرض من الكلمة المفتاحية `this` في جافا؟
#JavaKeywords #OOP