جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
Write the code to implement a stack data structure using an array or a linked list, including methods to push, pop, and peek elements.

اكتب الكود لتنفيذ بنية بيانات المكدس باستخدام مصفوفة أو قائمة مترابطة، بما في ذلك طرق لدفع، وسحب، واستعراض العناصر.
What is the return type of a method that does not return any value?

ما هو نوع العائد لطريقة لا تعيد أي قيمة؟
جافا Java
What is the return type of a method that does not return any value? ما هو نوع العائد لطريقة لا تعيد أي قيمة؟
سويت تعديل بسيط لطريقة الأسئلة وعرضها وترجمه الأسئلة الاختياريه ايش رايكم بالتعديل
اذا اعجبكم ممكن تنشروا رابط القناة
👍5🎉43
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 a valid declaration of a String variable in Java?

أي من التالي هو تعريف صحيح لمتغير String في جافا؟
Which keyword is used to declare an array in Java?

أي كلمة مفتاحية تستخدم لتعريف مصفوفة في جافا؟
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