جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
Which of these keywords is used to define a variable that cannot be modified?

أي من هذه الكلمات الرئيسية تستخدم لتعريف متغير لا يمكن تعديله؟
Which of these is not a valid reason for using methods in Java?

أي من هذه ليس سببًا صالحًا لاستخدام الطرق في جافا؟
Write the code to implement a recursive algorithm to find the sum of all elements in a binary tree.

اكتب الكود لتنفيذ خوارزمية متكررة لإيجاد مجموع جميع العناصر في شجرة ثنائية.
How do you handle an exception in Java?

كيف تتعامل مع استثناء في جافا؟
Which keyword is used to define a class in Java?

أي كلمة مفتاحية تستخدم لتعريف فئة في جافا؟
حسابي الخاص بتنفيذ المشاريع اذا احتجت احد يسوي لك مشروع 🫡
https://t.me/Altmemy199
Please open Telegram to view this post
VIEW IN TELEGRAM
1
جافا Java pinned «حسابي الخاص بتنفيذ المشاريع اذا احتجت احد يسوي لك مشروع 🫡 https://t.me/Altmemy199»
Write the code to create a program that simulates a simple online store, allowing users to browse products, add items to a shopping cart, and complete a purchase.

اكتب الكود لإنشاء برنامج يحاكي متجرًا إلكترونيًا بسيطًا، ويسمح للمستخدمين بتصفح المنتجات، وإضافة العناصر إلى عربة التسوق، واستكمال عملية الشراء.
1
What will the following Java code snippet print?

int[] numbers = {1, 2, 3, 4, 5};
for(int i : numbers) {
System.out.print(i + " ");
}


ماذا سيطبع مقتطف الكود جافا التالي؟

int[] numbers = {1, 2, 3, 4, 5};
for(int i : numbers) {
System.out.print(i + " ");
}
Which of the following is not a valid Java data type?

أي من الأنواع التالية ليست نوع بيانات جافا صالحًا؟
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 يحتوي على معلومات الطالب (الاسم، العمر، الدرجة) ويحسب متوسط الدرجة لكل فئة عمرية.
What is the default value of a boolean variable in Java?

ما هي القيمة الافتراضية لمتغير منطقي في جافا؟