جافا Java
Open in Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Show more6 326
Subscribers
-424 hours
-147 days
-5930 days
Posts Archive
6 326
In Java, which keyword is used to inherit from a class?
في جافا، أي كلمة مفتاحية تستخدم للاستنساخ من فئة؟
6 326
Write the code to implement a simple 'for' loop that iterates from 1 to 10 in Java.
اكتب الكود لتنفيذ حلقة 'for' بسيطة تتكرر من 1 إلى 10 في جافا.
6 326
What is the correct syntax to declare a class named 'Vehicle' in Java?
ما هو الصيغة الصحيحة لتعريف فئة تسمى 'Vehicle' في جافا؟
6 326
What will the following code snippet print?
if (false) {
System.out.println("True");
} else {
System.out.println("False");
}
ماذا سيطبع مقتطف الكود التالي؟
if (false) {
System.out.println("True");
} else {
System.out.println("False");
}
6 326
Write the code to create a program that reads a CSV file containing student information (name, age, grade) and calculates the average grade for each age group.
اكتب الكود لإنشاء برنامج يقرأ ملف CSV يحتوي على معلومات الطالب (الاسم، العمر، الدرجة) ويحسب متوسط الدرجة لكل فئة عمرية.
6 326
Which of the following correctly declares an array of integers in Java?
أي من الأتي يعلن بشكل صحيح عن مصفوفة من الأعداد الصحيحة في جافا؟
6 326
Which of the following is a valid declaration of a method that returns an array of integers in Java?
أي من الأتي هو تعريف صالح لطريقة تعيد مصفوفة من الأعداد الصحيحة في جافا؟
6 326
Write the code to implement a simple 'if-else' statement to check if a number is positive or negative in Java.
اكتب الكود لتنفيذ جملة 'if-else' بسيطة للتحقق مما إذا كان الرقم موجبًا أم سالبًا في جافا.
6 326
What is the default value of a static integer variable in Java?
ما هي القيمة الافتراضية لمتغير صحيح ثابت في جافا؟
Available now! Telegram Research 2025 — the year's key insights 
