es
Feedback
جافا Java

جافا Java

Ir al canal en Telegram

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

Mostrar más
6 170
Suscriptores
-224 horas
-247 días
-7330 días
Archivo de publicaciones
What is the difference between `final`, `finally`, and `finalize()` in Java? ما هو الفرق بين `final`، `finally`، و `finalize()` في جافا؟ #JavaKeywords #ExceptionHandling

Write a Java code to remove duplicates from an array. اكتب كود جافا لإزالة العناصر المكررة من مصفوفة. #ArrayProcessing

اختر الإجابة الصحيحة
Anonymous voting

What is the purpose of the `try-catch` block in Java? ما هو الغرض من كتلة `try-catch` في جافا؟ #JavaExceptionHandling #ErrorHandling

Write a Java code to implement a simple file compression program. اكتب كود جافا لتنفيذ برنامج ضغط ملفات بسيط. #FileProcessing

اختر الإجابة الصحيحة
Anonymous voting

What is the purpose of the `volatile` keyword in Java? ما هو الغرض من الكلمة المفتاحية `volatile` في جافا؟ #JavaConcurrency #Multithreading

جمعت كل المواقع اللي فيها تدريبات جافا هنا https://t.me/web_dev0/104

اختر الإجابة الصحيحة
Anonymous voting

What will be the output of the following code? ```java int x = 5; System.out.println(x++ + ++x);``` ما هو ناتج تنفيذ الكود التالي؟ ```java int x = 5; System.out.println(x++ + ++x);``` #JavaOperators #IncrementOperators

Create a Java program to simulate a simple dice rolling game. أنشئ برنامجاً في جافا لمحاكاة لعبة رمي النرد البسيطة. #RandomNumbers

وانا مفكر نفسي من مؤسسين التليقرام طلعت اقل واحد 😂😂

حسابي بتليقرام عمره 9 سنوات كم عمر حسابك 😁 https://t.me/dogshouse_bot
حسابي بتليقرام عمره 9 سنوات كم عمر حسابك 😁 https://t.me/dogshouse_bot

اختر الإجابة الصحيحة
Anonymous voting

Which of the following is true about Java's functional interfaces? أي مما يلي صحيح بخصوص الواجهات الوظيفية (functional interfaces) في جافا؟ #JavaFunctionalProgramming #Interfaces

اختر الإجابة الصحيحة
Anonymous voting

What is the purpose of the `this()` call in a constructor? ما هو الغرض من استدعاء `this()` في المُنشئ؟ #JavaConstructors #OOP

Write a Java code to implement a simple music playlist manager. اكتب كود جافا لتنفيذ مدير قائمة تشغيل موسيقية بسيط. #SimpleApplications

اختر الإجابة الصحيحة
Anonymous voting

What is the difference between `==` and `.equals()` when comparing objects in Java? ما هو الفرق بين `==` و `.equals()` عند مقارنة الكائنات في جافا؟ #JavaComparison #ObjectEquality