جافا Java
Открыть в Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Больше6 169
Подписчики
-124 часа
-177 дней
-6830 день
Архив постов
6 169
Which statement correctly creates a two-dimensional array in Java?
أي بيان ينشئ مصفوفة ثنائية الأبعاد بشكل صحيح في جافا؟
6 169
What is the correct way to compare two strings for equality in Java?
ما هو الطريقة الصحيحة لمقارنة سلسلتين للمساواة في جافا؟
6 169
Write the code to create an array of integers and initialize it with values in Java.
اكتب الكود لإنشاء مصفوفة من الأعداد الصحيحة وتهيئتها بقيم في جافا.
6 169
Write the code to implement polymorphism by overriding the 'calculateArea()' method in the 'Circle' subclass in Java.
اكتب الكود لتنفيذ التعدد الشكلي عن طريق تجاوز طريقة 'calculateArea()' في الفئة الفرعية 'Circle' في جافا.
6 169
Which keyword is used to pass an object of a class as its own parameter?
أي كلمة مفتاحية تستخدم لتمرير كائن من فئة كمعلمة خاصة به؟
6 169
What will be the output of the following Java code snippet?
int x = 10;
int y = ++x;
System.out.println(y);
ما سيكون الإخراج من مقتطف الكود جافا التالي؟
int x = 10;
int y = ++x;
System.out.println(y);
6 169
Write the code to implement a recursive algorithm to determine whether a given binary tree is a binary search tree.
اكتب الكود لتنفيذ خوارزمية متكررة لتحديد ما إذا كانت شجرة ثنائية معينة هي شجرة بحث ثنائية.
6 169
Which of the following is an unchecked exception in Java?
أي من الأتي هو استثناء غير مدقق في جافا؟
