جافا Java
Відкрити в Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Показати більше6 165
Підписники
-124 години
-177 днів
-6830 день
Архів дописів
6 168
Which of the following is a valid declaration of a method that returns an array of integers in Java?
أي من الأتي هو تعريف صالح لطريقة تعيد مصفوفة من الأعداد الصحيحة في جافا؟
6 168
Write the code to implement a simple 'if-else' statement to check if a number is positive or negative in Java.
اكتب الكود لتنفيذ جملة 'if-else' بسيطة للتحقق مما إذا كان الرقم موجبًا أم سالبًا في جافا.
6 168
What is the default value of a static integer variable in Java?
ما هي القيمة الافتراضية لمتغير صحيح ثابت في جافا؟
6 168
Which of the following is not a principle of Object-Oriented Programming?
أي من الأتي ليس مبدأً في البرمجة الشيئية؟
6 168
Write the code to create a program that simulates a simple inventory management system, allowing users to add, remove, and search for products based on their names, categories, or prices.
اكتب الكود لإنشاء برنامج يحاكي نظام إدارة مخزون بسيطًا، ويسمح للمستخدمين بإضافة، وإزالة، والبحث عن المنتجات بناءً على أسمائها، أو فئاتها، أو أسعارها.
6 168
Which of these is a correct example of method overloading in Java?
أي من هذه هو مثال صحيح لتحميل الطريقة في جافا؟
6 168
What is the correct way to create a read-only property in a class in Java?
ما هو الطريقة الصحيحة لإنشاء خاصية للقراءة فقط في فئة في جافا؟
6 168
Write the code to create a program that simulates a simple event management system, allowing users to create events, add attendees, and track attendance.
اكتب الكود لإنشاء برنامج يحاكي نظام إدارة أحداث بسيطًا، ويسمح للمستخدمين بإنشاء أحداث، وإضافة الحاضرين، وتتبع الحضور.
6 168
What is the correct syntax to declare an interface in Java?
ما هو الصيغة الصحيحة لتعريف واجهة في جافا؟
6 168
Which of the following loops will run indefinitely in Java?
أي من الحلقات التالية ستعمل بشكل لا نهائي في جافا؟
6 168
Write the code to implement a binary search tree data structure, including methods to insert, search, and traverse elements.
اكتب الكود لتنفيذ بنية بيانات شجرة البحث الثنائية، بما في ذلك طرق لإدراج، والبحث، واجتياز العناصر.
6 168
What is the base class of all classes in Java?
ما هي الفئة الأساسية لجميع الفئات في جافا؟
