جافا Java
Open in Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Show more6 168
Subscribers
-224 hours
-247 days
-7330 days
Posts Archive
6 170
اسئله مع الحلول جافا 1 و جافا 2
مجمعه من اختبارات سابقة من جامعات مختلفه
♡ ㅤ ❍ㅤ ⎙ ⌲
ˡᶦᵏᵉ ᶜᵒᵐᵐᵉⁿᵗ ˢᵃᵛᵉ ˢʰᵃʳᵉ
6 170
Create a Java program to count the occurrences of a specific word in a text file.
أنشئ برنامجاً في جافا لعد مرات ظهور كلمة معينة في ملف نصي.
#FileProcessing
6 170
Which keyword is used to prevent a method from being overridden in Java?
ما هي الكلمة المفتاحية المستخدمة لمنع تجاوز (override) الدالة في جافا؟
#JavaInheritance #MethodOverriding
6 170
Which of the following is true about Java arrays?
أي مما يلي صحيح بخصوص المصفوفات في جافا؟
#JavaArrays #DataStructures
6 170
Write a Java code to find the largest and smallest elements in an array.
اكتب كود جافا لإيجاد أكبر وأصغر العناصر في مصفوفة.
#ArrayOperations
6 170
What is the purpose of the `try-catch` block in Java?
ما هو الغرض من كتلة `try-catch` في جافا؟
#JavaExceptionHandling #ErrorHandling
6 170
Which of the following is not a valid Java identifier?
أي مما يلي ليس معرفًا (identifier) صالحًا في جافا؟
#JavaIdentifiers #JavaNaming
6 170
Write a Java code to check if two arrays are equal.
اكتب كود جافا للتحقق مما إذا كانت مصفوفتان متساويتين.
#ArrayComparison
6 170
What is the purpose of the `default` method in Java interfaces?
ما هو الغرض من الدالة `default` في واجهات جافا؟
#JavaInterfaces #DefaultMethods
6 170
Write a Java code to implement a simple guessing game.
اكتب كود جافا لتنفيذ لعبة تخمين بسيطة.
#SimpleGames
6 170
Which of the following is not a valid access modifier in Java?
أي مما يلي ليس معدل وصول (access modifier) صالحًا في جافا؟
#JavaAccessModifiers #OOP
6 170
What is the purpose of the `implements` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `implements` في جافا؟
#JavaInterfaces #OOP
6 170
Write a Java code to convert a string to uppercase.
اكتب كود جافا لتحويل سلسلة نصية إلى أحرف كبيرة.
#StringConversion
