جافا Java
Відкрити в Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Показати більше6 326
Підписники
-424 години
-147 днів
-5930 день
Архів дописів
6 325
What is the default value of a boolean variable in Java?
ما هي القيمة الافتراضية لمتغير منطقي في جافا؟
6 325
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 يحتوي على معلومات الطالب (الاسم، العمر، الدرجة) ويحسب متوسط الدرجة لكل فئة عمرية.
6 325
Which of the following is not a valid Java data type?
أي من الأنواع التالية ليست نوع بيانات جافا صالحًا؟
6 325
What will the following Java code snippet print?
int[] numbers = {1, 2, 3, 4, 5};
for(int i : numbers) {
System.out.print(i + " ");
}
ماذا سيطبع مقتطف الكود جافا التالي؟
int[] numbers = {1, 2, 3, 4, 5};
for(int i : numbers) {
System.out.print(i + " ");
}
6 325
Write the code to create a program that simulates a simple online store, allowing users to browse products, add items to a shopping cart, and complete a purchase.
اكتب الكود لإنشاء برنامج يحاكي متجرًا إلكترونيًا بسيطًا، ويسمح للمستخدمين بتصفح المنتجات، وإضافة العناصر إلى عربة التسوق، واستكمال عملية الشراء.
6 325
Which keyword is used to define a class in Java?
أي كلمة مفتاحية تستخدم لتعريف فئة في جافا؟
6 325
Write the code to implement a recursive algorithm to find the sum of all elements in a binary tree.
اكتب الكود لتنفيذ خوارزمية متكررة لإيجاد مجموع جميع العناصر في شجرة ثنائية.
6 325
Which of these is not a valid reason for using methods in Java?
أي من هذه ليس سببًا صالحًا لاستخدام الطرق في جافا؟
6 325
Which of these keywords is used to define a variable that cannot be modified?
أي من هذه الكلمات الرئيسية تستخدم لتعريف متغير لا يمكن تعديله؟
6 325
Write the code to define a static method 'calculateAverage()' that takes an array of integers and returns their average in Java.
اكتب الكود لتعريف طريقة ثابتة 'calculateAverage()' تأخذ مصفوفة من الأعداد الصحيحة وتعيد متوسطها في جافا.
6 325
Which keyword is used to declare an array in Java?
أي كلمة مفتاحية تستخدم لتعريف مصفوفة في جافا؟
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
