جافا Java
前往频道在 Telegram
6 320
订阅者
-324 小时
-127 天
-6030 天
帖子存档
6 318
What is an infinite loop, and how can it be caused in Java?
ما هو الحلقة اللانهائية، وكيف يمكن أن تسبب في جافا؟
6 318
In Java, how do you check if an object `obj` is an instance of the class `MyClass`?
6 318
What is the difference between 'abstract class' and 'interface' in Java?
ما هو الفرق بين 'الفئة المجردة' و'الواجهة' في جافا؟
6 318
What will be the output of the following Java code snippet?
```java
int x = 10; int y = ++x; System.out.println(y); ```
6 318
How do you initialize an array of 10 integers to zero in Java?
كيف تقوم بتهيئة مصفوفة من 10 أعداد صحيحة إلى صفر في جافا؟
6 318
What is the correct way to create an object of a class named `Vehicle` in Java?
6 318
In Java, how do you catch multiple types of exceptions in a single catch block?
6 318
Describe the difference between checked and unchecked exceptions in Java.
وصف الفرق بين الاستثناءات المراقبة وغير المراقبة في جافا.
6 318
What is the correct way to create a read-only property in a class in Java?
6 318
What is a 'Lambda expression' in Java, and give an example.
ما هو 'تعبير لامبدا' في جافا، وأعط مثالاً.
6 318
What is the output of the following Java code?
int[] arr = {1, 2, 3, 4, 5};
for(int i = 0; i < arr.length; i++) {
System.out.print(arr[i] + " ");
}
ما هو مخرجات الكود الجافا التالي؟
int[] arr = {1, 2, 3, 4, 5};
for(int i = 0; i < arr.length; i++) {
System.out.print(arr[i] + " ");
}6 318
True or False: In Java, a 'while' loop is an example of a conditional loop.
صحيح أم خطأ: في جافا، حلقة 'while' هي مثال على حلقة شرطية.
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
