en
Feedback
جافا Java

جافا Java

Open in Telegram

ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم

Show more
6 327
Subscribers
-524 hours
-157 days
-6130 days
Posts Archive
اختر الإجابة الصحيحة
Anonymous voting

What is the difference between `String`, `StringBuilder`, and `StringBuffer` in Java? ما هو الفرق بين `String`، `StringBuilder`، و `StringBuffer` في جافا؟ #JavaStrings #StringManipulation

Create a Java method to solve a simple Sudoku puzzle. أنشئ دالة في جافا لحل لغز سودوكو بسيط. #PuzzleSolving

اختر الإجابة الصحيحة
Anonymous voting

What is the output of the following code? ```java String str = "Hello"; str.concat(" World"); str.toLowerCase(); System.out.println(str);``` ما هو ناتج تنفيذ الكود التالي؟ ```java String str = "Hello"; str.concat(" World"); str.toLowerCase(); System.out.println(str);``` #JavaStrings #Immutability

Create a Java program to find the longest word in a sentence. أنشئ برنامجاً في جافا لإيجاد أطول كلمة في جملة. #StringProcessing

اختر الإجابة الصحيحة
Anonymous voting

Which of the following is true about Java's `try-with-resources` statement? أي مما يلي صحيح بخصوص عبارة `try-with-resources` في جافا؟ #JavaExceptionHandling #ResourceManagement

What is the difference between `public`, `protected`, and `private` access modifiers in Java? ما هو الفرق بين معدلات الوصول `public`، `protected`، و `private` في جافا؟ #JavaAccessModifiers #Encapsulation

Write a Java code to find the average of numbers in an array. اكتب كود جافا لإيجاد متوسط الأرقام في مصفوفة. #ArrayAverage

Test

اختر الإجابة الصحيحة
Anonymous voting

What is method overloading in Java? ما هو تحميل الدوال (method overloading) في جافا؟ #JavaMethods #Overloading

اختر الإجابة الصحيحة
Anonymous voting

Which of the following is true about Java's lambda expressions? أي مما يلي صحيح بخصوص تعبيرات لامدا (lambda expressions) في جافا؟ #JavaLambdaExpressions #FunctionalProgramming

Create a Java method to find the mode of an array of numbers. أنشئ دالة في جافا لإيجاد المنوال (القيمة الأكثر تكراراً) في مصفوفة من الأرقام. #StatisticalCalculations

اختر الإجابة الصحيحة
Anonymous voting

What is the purpose of the `enum` keyword in Java? ما هو الغرض من الكلمة المفتاحية `enum` في جافا؟ #JavaEnum #DataTypes

ايش تستخدم
Anonymous voting

اختر الإجابة الصحيحة
Anonymous voting