es
Feedback
جافا Java

جافا Java

Ir al canal en Telegram

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

Mostrar más
6 169
Suscriptores
-124 horas
-177 días
-6830 días
Archivo de publicaciones
اختر الإجابة الصحيحة
Anonymous voting

How do you define a one-line comment in Java? كيف تعرف تعليقًا في سطر واحد في جافا؟

Write the code to create a program that simulates a simple employee management system, allowing users to add, remove, and search for employees based on their names or employee IDs. اكتب الكود لإنشاء برنامج يحاكي نظام إدارة موظفين بسيطًا، ويسمح للمستخدمين بإضافة، وإزالة، والبحث عن الموظفين بناءً على أسمائهم أو معرفات الموظف الخاصة بهم.

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

What is polymorphism in Java? ما هو التعددية في جافا؟

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

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