جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
Create a for loop in Java that prints numbers from 1 to 10.

أنشئ حلقة for في جافا تطبع الأرقام من 1 إلى 10.

#Loops
What is the purpose of the `clone()` method in Java?

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

#JavaObjectMethods #ObjectCloning
This media is not supported in the widget
VIEW IN TELEGRAM
👎6🔥32🎉2
What is the purpose of the 'super' keyword in Java?

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

#JavaInheritance #SuperKeyword
🔥31👍1
جافا Java
Java Programming Exercises and Solutions.pdf
من جربه يعطينا رايه
Anonymous Quiz
80%
👍
20%
👎
What is the purpose of the 'static' keyword in Java?

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

#JavaStaticKeyword #OOP
جافا 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
Write a Java code to implement a simple linked list.

اكتب كود جافا لتنفيذ قائمة مترابطة بسيطة.

#DataStructures
What is the purpose of the `static` import in Java?

ما هو الغرض من الاستيراد `static` في جافا؟

#JavaImports #StaticImport
Create a Java method to find all prime factors of a number.

أنشئ دالة في جافا لإيجاد جميع العوامل الأولية لعدد.

#NumberTheory
What is polymorphism in Java?

ما هو تعدد الأشكال (polymorphism) في جافا؟

#JavaPolymorphism #OOP