es
Feedback
جافا Java

جافا Java

Ir al canal en Telegram

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

Mostrar más
6 318
Suscriptores
-624 horas
-207 días
-6630 días
Archivo de publicaciones
In Java 8, what is the purpose of the 'default' keyword in interfaces?
Anonymous voting

What is the result of the following code snippet?
 int x = 5;
int y = 10;
System.out.println(x > 6 || y <= 10); 
ما هو نتيجة قطعة الكود التالية؟
 int x = 5;
int y = 10;
System.out.println(x > 6 || y <= 10);

Which statement creates a new array in Java?
Anonymous voting

Write a Java program to print all the elements of a two-dimensional integer array named 'matrix'. اكتب برنامج جافا لطباعة جميع عناصر مصفوفة ثنائية الأبعاد من الأعداد الصحيحة باسم 'matrix'.

Which interface must a class implement to be used in a 'for-each' loop in Java?
Anonymous voting

Explain the concept of encapsulation in Java. شرح مفهوم التغليف في جافا.

What is the base class of all exceptions in Java?
Anonymous voting

How do you declare a two-dimensional array in Java? كيف تعلن عن مصفوفة ثنائية الأبعاد في جافا؟

What will be the result of trying to access an index outside the bounds of an array?
Anonymous voting

أعطونا اقتراحاتكم ايش تحبوا اضيف او اذا مواد ثانيه تحبون نحطها
أعطونا اقتراحاتكم ايش تحبوا اضيف او اذا مواد ثانيه تحبون نحطها

مساء الخير اتمنى من اي واحد عنده مشكله او سؤال يحطه بالقروب واذا بيرسله خاص لو مارديت عليه يرجع يرسله مره ثانيه بعض أوقات ما انتبه وكمان ما اجاوب على الأسئلة الشخصية اسمك ومن فين انت لانه مابتفيدكم بشي 🌹

In Java, what is a 'package' and how is it used? في جافا، ما هو 'الحزمة' وكيف يتم استخدامها؟

Which method in the 'Object' class is used to clone an object in Java?
Anonymous voting

What does the 'break' statement do in a loop in Java? ماذا تفعل عبارة 'break' في حلقة في جافا؟

How do you find the length of an array 'arr' in Java?
Anonymous voting

What is polymorphism in Java? ما هو التعدد الشكلي في جافا؟

What is the output of the following code snippet? int[] array = {1, 2, 3, 4, 5}; System.out.println(array[3]);
Anonymous voting

What is a 'constructor' in Java? ما هو 'المنشئ' في جافا؟

What is the purpose of the 'final' keyword when applied to a variable in Java?
Anonymous voting

What is the purpose of a constructor in a Java class? ما هو الغرض من منشئ في فئة جافا؟

جافا Java - Estadísticas y analítica del canal de Telegram @here_java