جافا Java
6.47K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
Which of the following is true about the `final` keyword in Java?

أي مما يلي صحيح بخصوص الكلمة المفتاحية `final` في جافا؟

#JavaKeywords #FinalKeyword
What is the purpose of the `this` keyword in Java?

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

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

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

#JavaKeywords #Inheritance
👍1
What is the difference between `final`, `finally`, and `finalize()` in Java?

ما هو الفرق بين `final`، `finally`، و `finalize()` في جافا؟

#JavaKeywords #ExceptionHandling
What is the purpose of the `final` keyword when applied to a method parameter in Java?

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

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

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

#JavaKeywords #Inheritance
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
What is the purpose of the `abstract` keyword in Java?

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

#JavaKeywords #AbstractClasses
👍2
What is the purpose of the `this` keyword in Java?

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

#JavaKeywords #OOP