ru
Feedback
جافا Java

جافا Java

Открыть в Telegram

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

Больше
6 326
Подписчики
-424 часа
-147 дней
-5930 день
Архив постов
اختر الإجابة الصحيحة
Anonymous voting

In Java, which keyword is used to inherit from a class? في جافا، أي كلمة مفتاحية تستخدم للاستنساخ من فئة؟

Write the code to implement a simple 'for' loop that iterates from 1 to 10 in Java. اكتب الكود لتنفيذ حلقة 'for' بسيطة تتكرر من 1 إلى 10 في جافا.

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

How do you define an interface in Java? كيف تعرف واجهة في جافا؟

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

What is the correct syntax to declare a class named 'Vehicle' in Java? ما هو الصيغة الصحيحة لتعريف فئة تسمى 'Vehicle' في جافا؟

ايش رايكم نغير الاسم الى جافا Java علشان سهولة البحث
Anonymous voting

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

What will the following code snippet print? if (false) { System.out.println("True"); } else { System.out.println("False"); } ماذا سيطبع مقتطف الكود التالي؟ if (false) { System.out.println("True"); } else { System.out.println("False"); }

Write the code to create a program that reads a CSV file containing student information (name, age, grade) and calculates the average grade for each age group. اكتب الكود لإنشاء برنامج يقرأ ملف CSV يحتوي على معلومات الطالب (الاسم، العمر، الدرجة) ويحسب متوسط الدرجة لكل فئة عمرية.

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

Which of the following correctly declares an array of integers in Java? أي من الأتي يعلن بشكل صحيح عن مصفوفة من الأعداد الصحيحة في جافا؟

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

Which of the following is a valid declaration of a method that returns an array of integers in Java? أي من الأتي هو تعريف صالح لطريقة تعيد مصفوفة من الأعداد الصحيحة في جافا؟

مجتمع جافا بالعربي على تويتر https://twitter.com/i/communities/1762925509401272408

Write the code to implement a simple 'if-else' statement to check if a number is positive or negative in Java. اكتب الكود لتنفيذ جملة 'if-else' بسيطة للتحقق مما إذا كان الرقم موجبًا أم سالبًا في جافا.

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

What is the default value of a static integer variable in Java? ما هي القيمة الافتراضية لمتغير صحيح ثابت في جافا؟

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