جافا Java
6.47K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
Create a Java program to count the occurrences of a specific word in a text file.

أنشئ برنامجاً في جافا لعد مرات ظهور كلمة معينة في ملف نصي.

#FileProcessing
Java Programming Exercises and Solutions.pdf
5.7 MB
اسئله مع الحلول جافا 1 و جافا 2
مجمعه من اختبارات سابقة من جامعات مختلفه

♡ ㅤ    ❍ㅤ      ⎙       ⌲
ˡᶦᵏᵉ   ᶜᵒᵐᵐᵉⁿᵗ    ˢᵃᵛᵉ    ˢʰᵃʳᵉ
38
What is the difference between `&&` and `&` operators in Java?

ما هو الفرق بين العاملين `&&` و `&` في جافا؟

#JavaOperators #LogicalOperators
1
What is the difference between `equals()` and `hashCode()` methods in Java?

ما هو الفرق بين دالتي `equals()` و `hashCode()` في جافا؟

#JavaObjectMethods #ObjectComparison
Write a Java code to implement a simple tic-tac-toe game.

اكتب كود جافا لتنفيذ لعبة إكس-أو البسيطة.

#SimpleGames
1👍1
What is the purpose of the `instanceof` operator in Java?

ما هو الغرض من العامل `instanceof` في جافا؟

#JavaOperators #TypeChecking
Which of the following is true about Java's garbage collection?

أي مما يلي صحيح بخصوص جمع القمامة (garbage collection) في جافا؟

#JavaMemoryManagement #GarbageCollection
Create a Java method to calculate the nth Catalan number.

أنشئ دالة في جافا لحساب عدد كاتالان رقم n.

#MathematicalSequences
1
What is the purpose of the `instanceof` operator in Java?

ما هو الغرض من العامل `instanceof` في جافا؟

#JavaOperators #TypeChecking
✈️
Please open Telegram to view this post
VIEW IN TELEGRAM
👏2👍1🔥1
Which of the following is true about Java interfaces?

أي مما يلي صحيح بخصوص الواجهات (interfaces) في جافا؟

#JavaInterfaces #OOP
👍1
Write a Java code to implement a simple text-based RPG character creator.

اكتب كود جافا لتنفيذ منشئ شخصيات RPG نصي بسيط.

#GameDevelopment
1
What is the purpose of the `volatile` keyword in Java?

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

#JavaConcurrency #VolatileKeyword
1