جافا Java
前往频道在 Telegram
6 320
订阅者
-324 小时
-127 天
-6030 天
帖子存档
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?
ما هو الغرض من جمع القمامة في جافا، وكيف يعمل؟
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
