ar
Feedback
جافا Java

جافا Java

الذهاب إلى القناة على Telegram

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

إظهار المزيد
6 320
المشتركون
-324 ساعات
-127 أيام
-6030 أيام
أرشيف المشاركات
Which of these is a valid declaration of a `main` method in Java?
Anonymous voting

What is an infinite loop, and how can it be caused in Java? ما هو الحلقة اللانهائية، وكيف يمكن أن تسبب في جافا؟

In Java, how do you check if an object `obj` is an instance of the class `MyClass`?
Anonymous voting

What is the difference between 'abstract class' and 'interface' in Java? ما هو الفرق بين 'الفئة المجردة' و'الواجهة' في جافا؟

What will be the output of the following Java code snippet? ```java int x = 10; int y = ++x; System.out.println(y); ```
Anonymous voting

How do you initialize an array of 10 integers to zero in Java? كيف تقوم بتهيئة مصفوفة من 10 أعداد صحيحة إلى صفر في جافا؟

What is the correct way to create an object of a class named `Vehicle` in Java?
Anonymous voting

What is method overloading in Java? ما هو تحميل الطريقة في جافا؟

In Java, how do you catch multiple types of exceptions in a single catch block?
Anonymous voting

Describe the difference between checked and unchecked exceptions in Java. وصف الفرق بين الاستثناءات المراقبة وغير المراقبة في جافا.

Which of the following is a legal identifier in Java?
Anonymous voting

What is an 'interface' in Java? ما هو 'الواجهة' في جافا؟

What is the correct way to create a read-only property in a class in Java?
Anonymous voting

photo content

What is a 'Lambda expression' in Java, and give an example. ما هو 'تعبير لامبدا' في جافا، وأعط مثالاً.

What is the return type of a method that does not return any value?
Anonymous voting

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] + " ");
}

How do you handle an exception in Java?
Anonymous voting

True or False: In Java, a 'while' loop is an example of a conditional loop. صحيح أم خطأ: في جافا، حلقة 'while' هي مثال على حلقة شرطية.

Which of the following is not a valid way to create a thread in Java?
Anonymous voting

جافا Java - إحصائيات وتحليلات قناة تيليجرام @here_java