جافا Java
Ir al canal en Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Mostrar más6 163
Suscriptores
-324 horas
-147 días
-6930 días
Archivo de publicaciones
6 163
What is the purpose of a constructor in a Java class?
ما هو الغرض من منشئ في فئة جافا؟
6 163
Describe the concept of 'method overloading' in Java.
وصف مفهوم 'تحميل الطريقة' في جافا.
6 163
Which of these keywords is used to define a variable that cannot be modified?
6 163
What is the purpose of garbage collection in Java, and how does it work?
ما هو الغرض من جمع القمامة في جافا، وكيف يعمل؟
6 163
What is an infinite loop, and how can it be caused in Java?
ما هو الحلقة اللانهائية، وكيف يمكن أن تسبب في جافا؟
6 163
In Java, how do you check if an object `obj` is an instance of the class `MyClass`?
6 163
What is the difference between 'abstract class' and 'interface' in Java?
ما هو الفرق بين 'الفئة المجردة' و'الواجهة' في جافا؟
6 163
What will be the output of the following Java code snippet?
```java
int x = 10; int y = ++x; System.out.println(y); ```
6 163
How do you initialize an array of 10 integers to zero in Java?
كيف تقوم بتهيئة مصفوفة من 10 أعداد صحيحة إلى صفر في جافا؟
6 163
What is the correct way to create an object of a class named `Vehicle` in Java?
6 163
In Java, how do you catch multiple types of exceptions in a single catch block?
6 163
Describe the difference between checked and unchecked exceptions in Java.
وصف الفرق بين الاستثناءات المراقبة وغير المراقبة في جافا.
6 163
What is the correct way to create a read-only property in a class in Java?
