جافا Java
Open in Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Show more6 327
Subscribers
-524 hours
-157 days
-6130 days
Posts Archive
6 328
What is the difference between `ArrayList` and `LinkedList` in Java?
ما هو الفرق بين `ArrayList` و `LinkedList` في جافا؟
#JavaCollections #DataStructures
6 328
Create a Java array of integers with 5 elements and initialize it with values.
أنشئ مصفوفة أعداد صحيحة في جافا بـ 5 عناصر وقم بتهيئتها بقيم.
#Arrays
6 328
What is the output of the following code?
```java
String str1 = "Hello";
String str2 = "Hello";
System.out.println(str1 == str2);```
ما هو ناتج تنفيذ الكود التالي؟
```java
String str1 = "Hello";
String str2 = "Hello";
System.out.println(str1 == str2);```
#JavaStrings #StringPool
6 328
Create a Java program to generate a simple report card for students.
أنشئ برنامجاً في جافا لإنشاء بطاقة تقرير بسيطة للطلاب.
#ReportGeneration
6 328
What is the purpose of the `default` method in Java interfaces?
ما هو الغرض من الدالة `default` في واجهات جافا؟
#JavaInterfaces #DefaultMethods
6 328
What is the purpose of the `default` keyword in a switch statement?
ما هو الغرض من الكلمة المفتاحية `default` في عبارة switch؟
#JavaControlFlow #SwitchStatement
6 328
Create a Java method to calculate the area of a regular polygon.
أنشئ دالة في جافا لحساب مساحة مضلع منتظم.
#GeometryCalculations
6 328
What is the purpose of the `final` keyword when applied to a method parameter in Java?
ما هو الغرض من الكلمة المفتاحية `final` عند تطبيقها على معامل دالة في جافا؟
#JavaKeywords #MethodParameters
6 328
What is the purpose of the `assert` statement in Java?
ما هو الغرض من عبارة `assert` في جافا؟
#JavaDebugging #Assertions
6 328
Write a Java code to implement a simple command-line todo list application.
اكتب كود جافا لتنفيذ تطبيق قائمة مهام بسيط يعمل من سطر الأوامر.
#CommandLineApplications
6 328
What is the correct way to declare a variable to store an integer value in Java?
ما هي الطريقة الصحيحة لتعريف متغير لتخزين قيمة صحيحة في جافا؟
#JavaBasics #Variables
Available now! Telegram Research 2025 — the year's key insights 
