es
Feedback
جافا Java

جافا Java

Ir al canal en Telegram

ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم

Mostrar más
6 168
Suscriptores
-224 horas
-247 días
-7330 días
Archivo de publicaciones
اختر الإجابة الصحيحة
Anonymous voting

Which of the following is true about Java abstract classes? أي مما يلي صحيح بخصوص الأصناف المجردة (abstract classes) في جافا؟ #JavaAbstractClasses #OOP

Write a Java code to print the multiplication table of a given number. اكتب كود جافا لطباعة جدول الضرب لرقم معين. #BasicLoops

اختر الإجابة الصحيحة
Anonymous voting

What is the purpose of the `this` keyword in Java? ما هو الغرض من الكلمة المفتاحية `this` في جافا؟ #JavaKeywords #OOP

اختر الإجابة الصحيحة
Anonymous voting

What is the purpose of the `abstract` method in Java? ما هو الغرض من الدالة `abstract` في جافا؟ #JavaAbstraction #OOP

Write a Java code to check if a number is even or odd. اكتب كود جافا للتحقق مما إذا كان الرقم زوجياً أم فردياً. #BasicLogic

اختر الإجابة الصحيحة
Anonymous voting

What is the purpose of the `abstract` keyword in Java? ما هو الغرض من الكلمة المفتاحية `abstract` في جافا؟ #JavaKeywords #AbstractClasses

اختر الإجابة الصحيحة
Anonymous voting

What is the difference between `throw` and `throws` in Java? ما هو الفرق بين `throw` و `throws` في جافا؟ #JavaExceptionHandling #Syntax

Create a simple Java class with a constructor and one method. أنشئ صنفاً بسيطاً في جافا يحتوي على مُنشئ ودالة واحدة. #ClassCreation

اختر الإجابة الصحيحة
Anonymous voting

What is the difference between `break` and `continue` statements in Java? ما هو الفرق بين عبارتي `break` و `continue` في جافا؟ #JavaControlFlow #Loops

اختر الإجابة الصحيحة
Anonymous voting

What is the purpose of the `implements` keyword in Java? ما هو الغرض من الكلمة المفتاحية `implements` في جافا؟ #JavaInterfaces #OOP

Write a Java code to implement a simple ATM machine simulation. اكتب كود جافا لتنفيذ محاكاة بسيطة لماكينة صراف آلي. #SimpleApplications

اختر الإجابة الصحيحة
Anonymous voting

What is the purpose of the `continue` statement in Java? ما هو الغرض من عبارة `continue` في جافا؟ #JavaControlFlow #LoopControl