uz
Feedback
جافا Java

جافا Java

Kanalga Telegram’da o‘tish

ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم

Ko'proq ko'rsatish
6 326
Obunachilar
-424 soatlar
-147 kunlar
-5930 kunlar
Postlar arxiv
اختر الإجابة الصحيحة
Anonymous voting

What is the default value of an int variable declared as an instance variable in a class in Java? ما هي القيمة الافتراضية لمتغير صحيح تم تعريفه كمتغير فردي في فئة في جافا؟

اختر الإجابة الصحيحة
Anonymous voting

Which of the following is not a loop construct in Java? أي من الأتي ليس بناء حلقة في جافا؟

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). اكتب الكود لتنفيذ خوارزمية متكررة لجولة شجرة ثنائية وطباعة عناصرها بترتيب محدد (مثل الترتيب الأمامي، أو الترتيب الداخلي، أو الترتيب البعدي).

اختر الإجابة الصحيحة
Anonymous voting

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` في جافا؟

What is abstraction in Java? ما هو التجريد في جافا؟

sticker.webp0.23 KB

Write the code to implement a recursive algorithm to determine whether a given binary tree is a binary search tree. اكتب الكود لتنفيذ خوارزمية متكررة لتحديد ما إذا كانت شجرة ثنائية معينة هي شجرة بحث ثنائية.

اختر الإجابة الصحيحة
Anonymous voting

Which of these is a valid declaration of a `main` method in Java? أي من هذه هو تعريف صالح لطريقة `main` في جافا؟

اختر الإجابة الصحيحة
Anonymous voting

What does the `break` statement do in a loop in Java? ماذا تفعل عبارة `break` في حلقة في جافا؟

اختر الإجابة الصحيحة
Anonymous voting

Which of these array declarations is not valid in Java? أي من تصريحات المصفوفة التالية غير صالحة في جافا؟

Write the code to define a class 'Person' with properties like name and age in Java. اكتب الكود لتعريف فئة 'Person' مع خصائص مثل الاسم والعمر في جافا.

اختر الإجابة الصحيحة
Anonymous voting

Which keyword is used in Java to create a new instance of a class? أي كلمة مفتاحية تستخدم في جافا لإنشاء نسخة جديدة من فئة؟

اختر الإجابة الصحيحة
Anonymous voting