What is the purpose of the `volatile` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `volatile` في جافا؟
#JavaConcurrency #Multithreading
ما هو الغرض من الكلمة المفتاحية `volatile` في جافا؟
#JavaConcurrency #Multithreading
جافا Java
What is the purpose of the `volatile` keyword in Java? ما هو الغرض من الكلمة المفتاحية `volatile` في جافا؟ #JavaConcurrency #Multithreading
Write a Java code to implement a simple file compression program.
اكتب كود جافا لتنفيذ برنامج ضغط ملفات بسيط.
#FileProcessing
اكتب كود جافا لتنفيذ برنامج ضغط ملفات بسيط.
#FileProcessing
What is the purpose of the `try-catch` block in Java?
ما هو الغرض من كتلة `try-catch` في جافا؟
#JavaExceptionHandling #ErrorHandling
ما هو الغرض من كتلة `try-catch` في جافا؟
#JavaExceptionHandling #ErrorHandling
Write a Java code to remove duplicates from an array.
اكتب كود جافا لإزالة العناصر المكررة من مصفوفة.
#ArrayProcessing
اكتب كود جافا لإزالة العناصر المكررة من مصفوفة.
#ArrayProcessing
What is the difference between `final`, `finally`, and `finalize()` in Java?
ما هو الفرق بين `final`، `finally`، و `finalize()` في جافا؟
#JavaKeywords #ExceptionHandling
ما هو الفرق بين `final`، `finally`، و `finalize()` في جافا؟
#JavaKeywords #ExceptionHandling
جافا Java
What is the difference between `final`, `finally`, and `finalize()` in Java? ما هو الفرق بين `final`، `finally`، و `finalize()` في جافا؟ #JavaKeywords #ExceptionHandling
اختر الإجابة الصحيحة
Anonymous Quiz
7%
They are interchangeable and can be used in the same context
83%
`final` is a keyword, `finally` is used in exception handling, `finalize()` is a method
4%
They are all used in exception handling
6%
They are all used to define constants
❤1
Create a Java method to check if a string contains only digits.
أنشئ دالة في جافا للتحقق مما إذا كانت السلسلة النصية تحتوي على أرقام فقط.
#StringValidation
أنشئ دالة في جافا للتحقق مما إذا كانت السلسلة النصية تحتوي على أرقام فقط.
#StringValidation
Which collection class should be used if you need to prevent duplicate elements and maintain insertion order?
أي فئة من فئات المجموعات يجب استخدامها إذا كنت بحاجة لمنع العناصر المكررة والحفاظ على ترتيب الإدخال؟
#JavaCollections #DataStructures
أي فئة من فئات المجموعات يجب استخدامها إذا كنت بحاجة لمنع العناصر المكررة والحفاظ على ترتيب الإدخال؟
#JavaCollections #DataStructures
What is the purpose of the `finally` block in a try-catch-finally structure?
ما هو الغرض من كتلة `finally` في بنية try-catch-finally؟
#JavaExceptionHandling #FinallyBlock
ما هو الغرض من كتلة `finally` في بنية try-catch-finally؟
#JavaExceptionHandling #FinallyBlock
👍1
جافا Java
What is the purpose of the `finally` block in a try-catch-finally structure? ما هو الغرض من كتلة `finally` في بنية try-catch-finally؟ #JavaExceptionHandling #FinallyBlock
Create a Java method to find the longest palindromic substring in a string.
أنشئ دالة في جافا لإيجاد أطول سلسلة فرعية متناظرة في سلسلة نصية.
#StringProcessing
أنشئ دالة في جافا لإيجاد أطول سلسلة فرعية متناظرة في سلسلة نصية.
#StringProcessing
Write a Java code to implement a simple student grading system.
اكتب كود جافا لتنفيذ نظام تقييم طلاب بسيط.
#SimpleApplications
اكتب كود جافا لتنفيذ نظام تقييم طلاب بسيط.
#SimpleApplications
Which of the following is true about Java's `public` access modifier?
أي مما يلي صحيح بخصوص مُعدّل الوصول `public` في جافا؟
#JavaAccessModifiers #OOP
أي مما يلي صحيح بخصوص مُعدّل الوصول `public` في جافا؟
#JavaAccessModifiers #OOP
👍1
جافا Java
Which of the following is true about Java's `public` access modifier? أي مما يلي صحيح بخصوص مُعدّل الوصول `public` في جافا؟ #JavaAccessModifiers #OOP
Write a Java code to implement a simple word counter for a text file.
اكتب كود جافا لتنفيذ عداد كلمات بسيط لملف نصي.
#FileProcessing
اكتب كود جافا لتنفيذ عداد كلمات بسيط لملف نصي.
#FileProcessing