جافا Java
6.47K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
What is the purpose of the `continue` statement in Java?

ما هو الغرض من عبارة `continue` في جافا؟

#JavaControlFlow #LoopControl
Write a Java code to implement a simple ATM machine simulation.

اكتب كود جافا لتنفيذ محاكاة بسيطة لماكينة صراف آلي.

#SimpleApplications
What is the purpose of the `implements` keyword in Java?

ما هو الغرض من الكلمة المفتاحية `implements` في جافا؟

#JavaInterfaces #OOP
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
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
👍2
Write a Java code to check if a number is even or odd.

اكتب كود جافا للتحقق مما إذا كان الرقم زوجياً أم فردياً.

#BasicLogic
What is the purpose of the `abstract` method in Java?

ما هو الغرض من الدالة `abstract` في جافا؟

#JavaAbstraction #OOP
What is the purpose of the `this` keyword in Java?

ما هو الغرض من الكلمة المفتاحية `this` في جافا؟

#JavaKeywords #OOP
Write a Java code to print the multiplication table of a given number.

اكتب كود جافا لطباعة جدول الضرب لرقم معين.

#BasicLoops
👍1
Which of the following is true about Java abstract classes?

أي مما يلي صحيح بخصوص الأصناف المجردة (abstract classes) في جافا؟

#JavaAbstractClasses #OOP