cookie

Мы используем файлы cookie для улучшения сервиса. Нажав кнопку «Принять все», вы соглашаетесь с использованием cookies.

avatar

جافا Java

🔹أهلاً بك في قناة برمجة جافا🔹 النجاح ليس بما تكسب ، بل بما تقدم للآخرين. اي سؤال تواصل معي @Mushtak9. Buy ads https://telega.io/c/learn_java_e

Больше
Рекламные посты
6 018
Подписчики
+1624 часа
+117 дней
+14330 дней
Время активного постинга

Загрузка данных...

Find out who reads your channel

This graph will show you who besides your subscribers reads your channel and learn about other sources of traffic.
Views Sources
Анализ публикаций
ПостыПросмотры
Поделились
Динамика просмотров
01
What is the output of the following Java code snippet? int a = 9, b = 4; if (a > 10) { b = b + 1; } else { b = b - 1; } System.out.println(b); ما هو الإخراج من مقتطف الكود جافا التالي؟ int a = 9, b = 4; if (a > 10) { b = b + 1; } else { b = b - 1; } System.out.println(b);
1650Loading...
02
Media files
1800Loading...
03
بوت تليقرام العاب ويمكن تتحول النقاط اللي فيه الى عملات مشفره بالمستقبل جربوه https://t.me/theYescoin_bot
1880Loading...
04
Write the code to create a program that simulates a simple task management system, allowing users to add, remove, and mark tasks as complete. اكتب الكود لإنشاء برنامج يحاكي نظام إدارة مهام بسيطًا، ويسمح للمستخدمين بإضافة، وإزالة، وتحديد المهام على أنها مكتملة.
2571Loading...
05
What does the `final` keyword signify when applied to a variable in Java? ماذا يدل الكلمة الرئيسية `final` عند تطبيقها على متغير في جافا؟
3550Loading...
06
Media files
3821Loading...
07
In Java, which keyword is used to inherit from a class? في جافا، أي كلمة مفتاحية تستخدم للاستنساخ من فئة؟
3951Loading...
08
Media files
4261Loading...
09
Write the code to implement a simple 'for' loop that iterates from 1 to 10 in Java. اكتب الكود لتنفيذ حلقة 'for' بسيطة تتكرر من 1 إلى 10 في جافا.
4080Loading...
10
Media files
4212Loading...
11
How do you define an interface in Java? كيف تعرف واجهة في جافا؟
3992Loading...
12
What is the correct syntax to declare a class named 'Vehicle' in Java? ما هو الصيغة الصحيحة لتعريف فئة تسمى 'Vehicle' في جافا؟
4200Loading...
13
Media files
4560Loading...
14
Media files
4950Loading...
15
Media files
5070Loading...
16
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"); }
4720Loading...
17
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 يحتوي على معلومات الطالب (الاسم، العمر، الدرجة) ويحسب متوسط الدرجة لكل فئة عمرية.
4511Loading...
18
Media files
4721Loading...
19
Which of the following correctly declares an array of integers in Java? أي من الأتي يعلن بشكل صحيح عن مصفوفة من الأعداد الصحيحة في جافا؟
4521Loading...
20
Media files
5100Loading...
21
Which of the following is a valid declaration of a method that returns an array of integers in Java? أي من الأتي هو تعريف صالح لطريقة تعيد مصفوفة من الأعداد الصحيحة في جافا؟
4640Loading...
22
مجتمع جافا بالعربي على تويتر https://twitter.com/i/communities/1762925509401272408
5022Loading...
23
Write the code to implement a simple 'if-else' statement to check if a number is positive or negative in Java. اكتب الكود لتنفيذ جملة 'if-else' بسيطة للتحقق مما إذا كان الرقم موجبًا أم سالبًا في جافا.
4641Loading...
24
Media files
5162Loading...
25
What is the default value of a static integer variable in Java? ما هي القيمة الافتراضية لمتغير صحيح ثابت في جافا؟
4550Loading...
26
Media files
4480Loading...
27
Which of the following is not a principle of Object-Oriented Programming? أي من الأتي ليس مبدأً في البرمجة الشيئية؟
4180Loading...
28
Write the code to create a program that simulates a simple inventory management system, allowing users to add, remove, and search for products based on their names, categories, or prices. اكتب الكود لإنشاء برنامج يحاكي نظام إدارة مخزون بسيطًا، ويسمح للمستخدمين بإضافة، وإزالة، والبحث عن المنتجات بناءً على أسمائها، أو فئاتها، أو أسعارها.
4561Loading...
29
Which of these is a correct example of method overloading in Java? أي من هذه هو مثال صحيح لتحميل الطريقة في جافا؟
4511Loading...
30
Media files
5061Loading...
31
Media files
5691Loading...
32
What is the correct way to create a read-only property in a class in Java? ما هو الطريقة الصحيحة لإنشاء خاصية للقراءة فقط في فئة في جافا؟
5171Loading...
33
Write the code to create a program that simulates a simple event management system, allowing users to create events, add attendees, and track attendance. اكتب الكود لإنشاء برنامج يحاكي نظام إدارة أحداث بسيطًا، ويسمح للمستخدمين بإنشاء أحداث، وإضافة الحاضرين، وتتبع الحضور.
5500Loading...
34
Media files
5870Loading...
35
What is the correct syntax to declare an interface in Java? ما هو الصيغة الصحيحة لتعريف واجهة في جافا؟
5520Loading...
36
Which of the following loops will run indefinitely in Java? أي من الحلقات التالية ستعمل بشكل لا نهائي في جافا؟
5712Loading...
37
Media files
6272Loading...
38
Write the code to implement a binary search tree data structure, including methods to insert, search, and traverse elements. اكتب الكود لتنفيذ بنية بيانات شجرة البحث الثنائية، بما في ذلك طرق لإدراج، والبحث، واجتياز العناصر.
6651Loading...
39
Media files
7412Loading...
40
What is the base class of all classes in Java? ما هي الفئة الأساسية لجميع الفئات في جافا؟
6723Loading...
What is the output of the following Java code snippet? int a = 9, b = 4; if (a > 10) { b = b + 1; } else { b = b - 1; } System.out.println(b); ما هو الإخراج من مقتطف الكود جافا التالي؟ int a = 9, b = 4; if (a > 10) { b = b + 1; } else { b = b - 1; } System.out.println(b);
Показать все...
اختر الإجابة الصحيحةAnonymous voting
  • 3
  • 4
  • 5
  • 0
0 votes
بوت تليقرام العاب ويمكن تتحول النقاط اللي فيه الى عملات مشفره بالمستقبل جربوه https://t.me/theYescoin_bot
Показать все...
Yescoin

Yes it is...

Write the code to create a program that simulates a simple task management system, allowing users to add, remove, and mark tasks as complete. اكتب الكود لإنشاء برنامج يحاكي نظام إدارة مهام بسيطًا، ويسمح للمستخدمين بإضافة، وإزالة، وتحديد المهام على أنها مكتملة.
Показать все...
What does the `final` keyword signify when applied to a variable in Java? ماذا يدل الكلمة الرئيسية `final` عند تطبيقها على متغير في جافا؟
Показать все...
اختر الإجابة الصحيحةAnonymous voting
  • The variable can be initialized only once.
  • The value of the variable can change at runtime.
  • The variable is a constant.
  • Both A and C are correct.
0 votes
In Java, which keyword is used to inherit from a class? في جافا، أي كلمة مفتاحية تستخدم للاستنساخ من فئة؟
Показать все...
اختر الإجابة الصحيحةAnonymous voting
  • extends
  • implements
  • super
  • this
0 votes
Write the code to implement a simple 'for' loop that iterates from 1 to 10 in Java. اكتب الكود لتنفيذ حلقة 'for' بسيطة تتكرر من 1 إلى 10 في جافا.
Показать все...
اختر الإجابة الصحيحةAnonymous voting
  • class interfaceName {}
  • interface interfaceName {}
  • Interface interfaceName {}
  • def interface interfaceName {}
0 votes