جافا Java
Ir al canal en Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Mostrar más6 170
Suscriptores
-224 horas
-247 días
-7330 días
Archivo de publicaciones
6 170
What is the purpose of the `assert` statement in Java?
ما هو الغرض من عبارة `assert` في جافا؟
#JavaDebugging #Assertions
6 170
Write a Java code to implement a simple command-line todo list application.
اكتب كود جافا لتنفيذ تطبيق قائمة مهام بسيط يعمل من سطر الأوامر.
#CommandLineApplications
6 170
What is the correct way to declare a variable to store an integer value in Java?
ما هي الطريقة الصحيحة لتعريف متغير لتخزين قيمة صحيحة في جافا؟
#JavaBasics #Variables
6 170
What is encapsulation in Java?
ما هو التغليف (encapsulation) في جافا؟
#JavaEncapsulation #OOP
6 170
Write a Java code to implement a simple word counter for a text file.
اكتب كود جافا لتنفيذ عداد كلمات بسيط لملف نصي.
#FileProcessing
6 170
Which of the following is true about Java's `public` access modifier?
أي مما يلي صحيح بخصوص مُعدّل الوصول `public` في جافا؟
#JavaAccessModifiers #OOP
6 170
Write a Java code to implement a simple student grading system.
اكتب كود جافا لتنفيذ نظام تقييم طلاب بسيط.
#SimpleApplications
6 170
Create a Java method to find the longest palindromic substring in a string.
أنشئ دالة في جافا لإيجاد أطول سلسلة فرعية متناظرة في سلسلة نصية.
#StringProcessing
6 170
What is the purpose of the `finally` block in a try-catch-finally structure?
ما هو الغرض من كتلة `finally` في بنية try-catch-finally؟
#JavaExceptionHandling #FinallyBlock
6 170
هذا البوت اللي ارسلته قبل اسبوع الظاهر بيتحول عمله رقميه وهذا رابط الدعوه حقي ادخلوه
https://t.me/dogshouse_bot/join?startapp=Y5MPBuWmRXeww4dXpWFcXA
انا مستفيد وانتم مش خسرانين شي
6 170
Which collection class should be used if you need to prevent duplicate elements and maintain insertion order?
أي فئة من فئات المجموعات يجب استخدامها إذا كنت بحاجة لمنع العناصر المكررة والحفاظ على ترتيب الإدخال؟
#JavaCollections #DataStructures
6 170
Create a Java method to check if a string contains only digits.
أنشئ دالة في جافا للتحقق مما إذا كانت السلسلة النصية تحتوي على أرقام فقط.
#StringValidation
