جافا Java
Open in Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Show more6 169
Subscribers
-124 hours
-177 days
-6830 days
Posts Archive
6 167
What is the correct way to declare a variable of type double in Java?
ما هو الطريقة الصحيحة لتعريف متغير من نوع double في جافا؟
6 167
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.
اكتب الكود لإنشاء برنامج يحاكي متجرًا إلكترونيًا بسيطًا، ويسمح للمستخدمين بتصفح المنتجات، وإضافة العناصر إلى عربة التسوق، واستكمال عملية الشراء.
6 167
How do you declare a method in Java that takes an integer as input and returns an integer?
كيف تعلن عن طريقة في جافا تأخذ عددًا صحيحًا كإدخال وتعيد عددًا صحيحًا؟
6 167
Write the code to define an interface 'Drawable' with a method 'draw()' and implement it in a class 'Circle' in Java.
اكتب الكود لتعريف واجهة 'Drawable' مع طريقة 'draw()' وتنفيذها في فئة 'Circle' في جافا.
6 167
What is the default value of an int variable declared as an instance variable in a class in Java?
ما هي القيمة الافتراضية لمتغير صحيح تم تعريفه كمتغير فردي في فئة في جافا؟
6 167
Which of the following is not a loop construct in Java?
أي من الأتي ليس بناء حلقة في جافا؟
6 167
Write the code to implement a recursive algorithm to traverse a binary tree and print its elements in a specific order (e.g., pre-order, in-order, or post-order).
اكتب الكود لتنفيذ خوارزمية متكررة لجولة شجرة ثنائية وطباعة عناصرها بترتيب محدد (مثل الترتيب الأمامي، أو الترتيب الداخلي، أو الترتيب البعدي).
6 167
Which of these is the correct way to define a constructor that takes a string and an integer as arguments in a class named `Person` in Java?
أي من هذه هو الطريقة الصحيحة لتعريف بناء يأخذ سلسلة وعدد صحيح كمعلمات في فئة تسمى `Person` في جافا؟
6 167
Write the code to implement a recursive algorithm to determine whether a given binary tree is a binary search tree.
اكتب الكود لتنفيذ خوارزمية متكررة لتحديد ما إذا كانت شجرة ثنائية معينة هي شجرة بحث ثنائية.
6 167
Which of these is a valid declaration of a `main` method in Java?
أي من هذه هو تعريف صالح لطريقة `main` في جافا؟
6 167
What does the `break` statement do in a loop in Java?
ماذا تفعل عبارة `break` في حلقة في جافا؟
