جافا Java
6.47K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
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
Create a Java program to find the intersection of two arrays.

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

#ArrayOperations
What is method overloading in Java?

ما هو تحميل الدوال (method overloading) في جافا؟

#JavaMethods #OOP
Create a Java program to print Pascal's triangle.

أنشئ برنامجاً في جافا لطباعة مثلث باسكال.

#PatternPrinting
1
What is the purpose of the `break` statement in a `switch` block?

ما هو الغرض من عبارة `break` في كتلة `switch`؟

#JavaControlFlow #SwitchStatement
What is the purpose of the `super` keyword in Java?

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

#JavaKeywords #Inheritance
Write a Java code to implement a simple URL shortener.

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

#WebApplications
What is the purpose of the `super` keyword in Java?

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

#JavaKeywords #Inheritance
What is the purpose of the `final` keyword when applied to a variable in Java?

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

#JavaKeywords #FinalKeyword