ru
Feedback
جافا Java

جافا Java

Открыть в Telegram

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

Больше
6 170
Подписчики
-224 часа
-247 дней
-7330 день
Архив постов
Create a Java program to simulate a simple dice game. أنشئ برنامجاً في جافا لمحاكاة لعبة نرد بسيطة. #SimpleGames

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

What is the output of the following code? ```java String str = "Hello"; str.concat(" World"); System.out.println(str);``` ما هو ناتج تنفيذ الكود التالي؟ ```java String str = "Hello"; str.concat(" World"); System.out.println(str);``` #JavaStrings #Immutability

Create a Java switch statement to print the name of a day based on a number (1-7). أنشئ عبارة switch في جافا لطباعة اسم اليوم بناءً على رقم (1-7). #SwitchStatement

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

What is polymorphism in Java? ما هو تعدد الأشكال (polymorphism) في جافا؟ #JavaPolymorphism #OOP

Write a Java code to find the length of a string. اكتب كود جافا لإيجاد طول سلسلة نصية. #StringOperations

Write a Java code to implement a simple tic-tac-toe game. اكتب كود جافا لتنفيذ لعبة إكس-أو البسيطة. #SimpleGames

Create a Java switch statement to print the name of a day based on a number (1-7). أنشئ عبارة switch في جافا لطباعة اسم اليوم بناءً على رقم (1-7). #SwitchStatement

Write a Java code to implement a simple word counter for a text file. اكتب كود جافا لتنفيذ عداد كلمات بسيط لملف نصي. #FileProcessing

Write a Java code to find the second largest number in an array. اكتب كود جافا لإيجاد ثاني أكبر رقم في مصفوفة. #ArrayProcessing

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

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

Write a Java code to implement a simple parking lot management system. اكتب كود جافا لتنفيذ نظام إدارة موقف سيارات بسيط. #SimpleApplications

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

What is the purpose of the `static` block in Java? ما هو الغرض من الكتلة `static` في جافا؟ #JavaStaticKeyword #ClassInitialization

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

What is the difference between `==` and `.equals()` when comparing strings in Java? ما هو الفرق بين `==` و `.equals()` عند مقارنة السلاسل النصية في جافا؟ #JavaStrings #ObjectComparison

Create a Java method to check if a number is a perfect number. أنشئ دالة في جافا للتحقق مما إذا كان الرقم عدداً تاماً. #NumberTheory

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