جافا Java
Ir al canal en Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Mostrar más6 320
Suscriptores
-324 horas
-127 días
-6030 días
Archivo de publicaciones
6 319
What is the purpose of a constructor in a Java class?
ما هو الغرض من منشئ في فئة جافا؟
6 319
Which access modifier makes a member of a class accessible only within the same package?
6 319
مستغرب من اللي يستخدمون w3schools لتعلم الويب وعندهم هذا الموقع
https://developer.mozilla.org/en-US/docs/Learn
6 319
Write a Java program to print all the elements of a two-dimensional integer array named 'matrix'.
اكتب برنامج جافا لطباعة جميع عناصر مصفوفة ثنائية الأبعاد من الأعداد الصحيحة باسم 'matrix'.
6 319
Which of the following is the correct way to create a multidimensional array in Java?
6 319
Fix the error in the following Java method that is supposed to calculate the factorial of a number:
public int factorial(int n) {
if (n == 0) {
return 1;
} else {
return n * factorial(n);
}
}
أصلح الخطأ في الطريقة الجافا التالية المفترض أن تحسب عامل رقم:
public int factorial(int n) {
if (n == 0) {
return 1;
} else {
return n * factorial(n);
}
}6 319
What is the purpose of a constructor in a Java class?
ما هو الغرض من منشئ في فئة جافا؟
6 319
Describe the concept of 'method overloading' in Java.
وصف مفهوم 'تحميل الطريقة' في جافا.
6 319
Which of these keywords is used to define a variable that cannot be modified?
6 319
What is the purpose of garbage collection in Java, and how does it work?
ما هو الغرض من جمع القمامة في جافا، وكيف يعمل؟
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
