جافا Java
6.47K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
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!
How do you initialize an array of integers with the size of 5 in Java?

كيف تهيئ مصفوفة من الأعداد الصحيحة بحجم 5 في جافا؟
2🔥2👍1
In Java, which keyword is used to inherit properties and methods from another class?

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

اكتب الكود لتعريف طريقة ثابتة 'calculateAverage()' تأخذ مصفوفة من الأعداد الصحيحة وتعيد متوسطها في جافا.
Which of the following is true about Java's `static` nested classes?

أي مما يلي صحيح بخصوص الأصناف المتداخلة `static` في جافا؟

#JavaNestedClasses #OOP
What is the purpose of the `static` keyword in Java?

ما هو الغرض من الكلمة المفتاحية `static` في جافا؟

#JavaStaticKeyword #OOP
من اليوم ان شاء الله كل الأسئلة بيكون فيها هشتاج للموضوع المناسب وحتى الأسئلة اللي يجاوبها البوت بالقروب بيكون فيها شتاج مناسب علشان لو احد أحتاج يرجع لها
7🔥4👏1🎉1
What is the purpose of the `assert` statement in Java?

ما هو الغرض من عبارة `assert` في جافا؟

#JavaDebugging #Assertions
جافا Java pinned «https://t.me/java_28/166842»
What is the difference between String and StringBuilder in Java?

ما هو الفرق بين String و StringBuilder في جافا؟

#JavaStrings #StringManipulation
What is the output of the following code?
System.out.println(1 + 2 + "3" + 4 + 5);

ما هو ناتج تنفيذ الكود التالي؟
System.out.println(1 + 2 + "3" + 4 + 5);

#JavaOperators #TypeConversion