جافا Java
Open in Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Show more6 163
Subscribers
-324 hours
-147 days
-6930 days
Posts Archive
6 162
What is a 'Lambda expression' in Java, and give an example.
ما هو 'تعبير لامبدا' في جافا، وأعط مثالاً.
6 162
In Java, what is the result of assigning a 'null' value to a primitive data type?
6 162
How does a 'for-each' loop differ from a standard 'for' loop in Java?
كيف يختلف حلقة 'for-each' عن حلقة 'for' القياسية في جافا؟
6 162
In Java 8, what is the purpose of the 'default' keyword in interfaces?
6 162
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);6 162
Write a Java program to print all the elements of a two-dimensional integer array named 'matrix'.
اكتب برنامج جافا لطباعة جميع عناصر مصفوفة ثنائية الأبعاد من الأعداد الصحيحة باسم 'matrix'.
6 162
Which interface must a class implement to be used in a 'for-each' loop in Java?
6 162
How do you declare a two-dimensional array in Java?
كيف تعلن عن مصفوفة ثنائية الأبعاد في جافا؟
6 162
What will be the result of trying to access an index outside the bounds of an array?
6 162
مساء الخير
اتمنى من اي واحد عنده مشكله او سؤال يحطه بالقروب واذا بيرسله خاص لو مارديت عليه يرجع يرسله مره ثانيه بعض أوقات ما انتبه
وكمان ما اجاوب على الأسئلة الشخصية اسمك ومن فين انت لانه مابتفيدكم بشي 🌹
6 162
In Java, what is a 'package' and how is it used?
في جافا، ما هو 'الحزمة' وكيف يتم استخدامها؟
6 162
Which method in the 'Object' class is used to clone an object in Java?
6 162
What does the 'break' statement do in a loop in Java?
ماذا تفعل عبارة 'break' في حلقة في جافا؟
