ru
Feedback
جافا Java

جافا Java

Открыть в Telegram

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

Больше
6 328
Подписчики
-424 часа
-147 дней
-5930 день
Архив постов
What is the output of the following code? ```java System.out.println(1 + 2 + "3" + 4 + 5);``` ما هو ناتج تنفيذ الكود التالي؟ ```java System.out.println(1 + 2 + "3" + 4 + 5);``` #JavaOperators #TypeConversion

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

What is the difference between `String` and `StringBuilder` in Java? ما هو الفرق بين `String` و `StringBuilder` في جافا؟ #JavaStrings #StringManipulation

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

What is the purpose of the `assert` statement in Java? ما هو الغرض من عبارة `assert` في جافا؟ #JavaDebugging #Assertions

من اليوم ان شاء الله كل الأسئلة بيكون فيها هشتاج للموضوع المناسب وحتى الأسئلة اللي يجاوبها البوت بالقروب بيكون فيها شتاج مناسب علشان لو احد أحتاج يرجع لها

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

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

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

Which of the following is true about Java's `static` nested classes? أي مما يلي صحيح بخصوص الأصناف المتداخلة `static` في جافا؟ #JavaNestedClasses #OOP

Write the code to define a static method 'calculateAverage()' that takes an array of integers and returns their average in Java. اكتب الكود لتعريف طريقة ثابتة 'calculateAverage()' تأخذ مصفوفة من الأعداد الصحيحة وتعيد متوسطها في جافا.

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

In Java, which keyword is used to inherit properties and methods from another class? في جافا، أي كلمة مفتاحية تستخدم لاستنساخ الخصائص والطرق من فئة أخرى؟

#Java

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

How do you initialize an array of integers with the size of 5 in Java? كيف تهيئ مصفوفة من الأعداد الصحيحة بحجم 5 في جافا؟

Enjoy our content? Advertise on this channel and reach a highly engaged audience! 👉🏻 It's easy with http://Telega.io. As the leading platform for native ads and integrations on Telegram, it provides user-friendly and efficient tools for quick and automated ad launches. ⚡️ Place your ad here in three simple steps: 1 Sign up: https://telega.io/c/learn_java_e 2 Top up the balance in a convenient way 3 Create your advertising post If your ad aligns with our content, we’ll gladly publish it. Start your promotion journey now!

Write the code to create a program that reads a text file, counts the occurrences of each word, and displays the top 10 most frequent words along with their frequencies. اكتب الكود لإنشاء برنامج يقرأ ملف نصي، ويحسب عدد مرات ظهور كل كلمة، ويعرض أكثر 10 كلمات تكرارًا مع ترددها.

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