جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
✈️
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
What is the purpose of the `instanceof` operator in Java?

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

#JavaOperators #TypeChecking
Create a Java program to find the longest common prefix among an array of strings.

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

#StringProcessing
What is the difference between '==' and '.equals()' when comparing strings in Java?

ما هو الفرق بين '==' و '.equals()' عند مقارنة السلاسل النصية في جافا؟

#JavaStrings #Comparison
What is the purpose of the `abstract` keyword when applied to a class in Java?

ما هو الغرض من الكلمة المفتاحية `abstract` عند تطبيقها على صنف في جافا؟

#JavaAbstraction #OOP
Create a Java method that takes two parameters and returns their product.

أنشئ دالة في جافا تأخذ معاملين وتعيد حاصل ضربهما.

#MethodCreation
Which of the following is true about Java method overloading?

أي مما يلي صحيح بخصوص تحميل الدوال (method overloading) في جافا؟

#JavaMethods #MethodOverloading
https://chatgpt.com/g/g-YfrpwhLIh-future-path-advisor
نسخة من ChatGPT معدله علشان تقترح لك مشاريع تخرج مناسبه حسب التخصص جربوه
12🔥1
What is the purpose of the `transient` keyword in Java?

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

#JavaSerialization #OOP
👍1