جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
What is the main purpose of a constructor in Java?

ما هو الغرض الرئيسي من المُنشئ (constructor) في جافا؟

#JavaBasics #OOP
Create a Java method to check if a number is prime.

أنشئ دالة في جافا للتحقق مما إذا كان العدد أولياً.

#NumberTheory
Write a Java code to convert a string to uppercase.

اكتب كود جافا لتحويل سلسلة نصية إلى أحرف كبيرة.

#StringConversion
What is the purpose of the `implements` keyword in Java?

ما هو الغرض من الكلمة المفتاحية `implements` في جافا؟

#JavaInterfaces #OOP
👍1
Which of the following is not a valid access modifier in Java?

أي مما يلي ليس معدل وصول (access modifier) صالحًا في جافا؟

#JavaAccessModifiers #OOP
👍1
Write a Java code to implement a simple guessing game.

اكتب كود جافا لتنفيذ لعبة تخمين بسيطة.

#SimpleGames
What is the purpose of the `default` method in Java interfaces?

ما هو الغرض من الدالة `default` في واجهات جافا؟

#JavaInterfaces #DefaultMethods
Write a Java code to check if two arrays are equal.

اكتب كود جافا للتحقق مما إذا كانت مصفوفتان متساويتين.

#ArrayComparison
Which of the following is not a valid Java identifier?

أي مما يلي ليس معرفًا (identifier) صالحًا في جافا؟

#JavaIdentifiers #JavaNaming
1
What is the purpose of the `try-catch` block in Java?

ما هو الغرض من كتلة `try-catch` في جافا؟

#JavaExceptionHandling #ErrorHandling
Write a Java code to find the largest and smallest elements in an array.

اكتب كود جافا لإيجاد أكبر وأصغر العناصر في مصفوفة.

#ArrayOperations
2
Which of the following is true about Java arrays?

أي مما يلي صحيح بخصوص المصفوفات في جافا؟

#JavaArrays #DataStructures