es
Feedback
جافا Java

جافا Java

Ir al canal en Telegram

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

Mostrar más
6 169
Suscriptores
Sin datos24 horas
-217 días
-7230 días
Archivo de publicaciones
Which of the following is a valid Java statement to check if 'x' is either 10 or 20? أي من الأتي هو عبارة جافا صالحة للتحقق مما إذا كان 'x' هو 10 أو 20؟

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

What is the purpose of the `super` keyword in Java? ما هو الغرض من الكلمة الرئيسية `super` في جافا؟

Write the code to create a program that simulates a simple restaurant ordering system, allowing users to place orders, view the menu, and calculate the total cost. اكتب الكود لإنشاء برنامج يحاكي نظام طلب طعام في مطعم بسيط، ويسمح للمستخدمين بتقديم الطلبات، وعرض قائمة الطعام، وحساب التكلفة الإجمالية.

‏كل عام وانتم بخير، تقبل الله منا ومنكم صالح الأعمال🤍

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

How do you access the length of an array named `arr` in Java? كيف تصل إلى طول مصفوفة تسمى `arr` في جافا؟

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

Which collection interface represents a group of objects as a single unit in Java? أي واجهة تجميع تمثل مجموعة من الكائنات كوحدة واحدة في جافا؟

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

What is the result of the expression `3 + 2 * 4` in Java? ما هو نتيجة التعبير `3 + 2 * 4` في جافا؟

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

Which method is called when an object is created in Java? أي طريقة تسمى عند إنشاء كائن في جافا؟

Write the code to create a program that reads a sequence of integers from the user and calculates their sum, average, minimum, and maximum values. اكتب الكود لإنشاء برنامج يقرأ تسلسل من الأعداد الصحيحة من المستخدم ويحسب مجموعها، ومتوسطها، والقيمة الصغرى، والقيمة القصوى.

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

What keyword is used to access a method or variable from the superclass in a subclass? أي كلمة مفتاحية تستخدم للوصول إلى طريقة أو متغير من الفئة الأساسية في الفئة الفرعية؟

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

In Java, which operator is used for logical AND operation? في جافا، أي عامل يستخدم لعملية AND المنطقية؟

Write the code to define an abstract class 'Shape' with an abstract method 'calculateArea()' in Java. اكتب الكود لتعريف فئة مجردة 'Shape' مع طريقة مجردة 'calculateArea()' في جافا.