en
Feedback
جافا Java

جافا Java

Open in Telegram

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

Show more
6 325
Subscribers
-324 hours
-127 days
-6030 days
Posts Archive
What is the default value of a boolean variable in Java? ما هي القيمة الافتراضية لمتغير منطقي في جافا؟

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 is not a valid Java data type? أي من الأنواع التالية ليست نوع بيانات جافا صالحًا؟

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

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 + " "); }

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. اكتب الكود لإنشاء برنامج يحاكي متجرًا إلكترونيًا بسيطًا، ويسمح للمستخدمين بتصفح المنتجات، وإضافة العناصر إلى عربة التسوق، واستكمال عملية الشراء.

حسابي الخاص بتنفيذ المشاريع اذا احتجت احد يسوي لك مشروع 🫡 https://t.me/Altmemy199

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

Which keyword is used to define a class in Java? أي كلمة مفتاحية تستخدم لتعريف فئة في جافا؟

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

How do you handle an exception in Java? كيف تتعامل مع استثناء في جافا؟

Write the code to implement a recursive algorithm to find the sum of all elements in a binary tree. اكتب الكود لتنفيذ خوارزمية متكررة لإيجاد مجموع جميع العناصر في شجرة ثنائية.

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

Which of these is not a valid reason for using methods in Java? أي من هذه ليس سببًا صالحًا لاستخدام الطرق في جافا؟

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

Which of these keywords is used to define a variable that cannot be modified? أي من هذه الكلمات الرئيسية تستخدم لتعريف متغير لا يمكن تعديله؟

Write the code to define a static method 'calculateAverage()' that takes an array of integers and returns their average in Java. اكتب الكود لتعريف طريقة ثابتة 'calculateAverage()' تأخذ مصفوفة من الأعداد الصحيحة وتعيد متوسطها في جافا.

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

Which keyword is used to declare an array in Java? أي كلمة مفتاحية تستخدم لتعريف مصفوفة في جافا؟