جافا Java
Kanalga Telegram’da o‘tish
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Ko'proq ko'rsatish6 170
Obunachilar
-524 soatlar
-247 kunlar
-7430 kunlar
Postlar arxiv
6 168
Create a Java program to implement a simple game of rock-paper-scissors.
أنشئ برنامجاً في جافا لتنفيذ لعبة حجر-ورقة-مقص البسيطة.
#SimpleGames
6 168
Write the code to calculate the sum of two integer variables in Java.
اكتب الكود لحساب مجموع متغيرين صحيحين في جافا.
#BasicArithmetic
6 168
Create a Java method to find the median of an array of numbers.
أنشئ دالة في جافا لإيجاد الوسيط لمصفوفة من الأرقام.
#StatisticalCalculations
6 168
Create a Java program to convert temperature between Celsius and Fahrenheit.
أنشئ برنامجاً في جافا لتحويل درجة الحرارة بين مقياسي سيلزيوس وفهرنهايت.
#UnitConversion
6 168
Create a Java method to calculate the factorial of a number.
أنشئ دالة في جافا لحساب المضروب (factorial) لعدد.
#Recursion
6 168
Write a Java code to implement a simple inventory management system.
اكتب كود جافا لتنفيذ نظام إدارة مخزون بسيط.
#SimpleApplications
6 168
Create a Java method to reverse the order of words in a sentence.
أنشئ دالة في جافا لعكس ترتيب الكلمات في جملة.
#StringManipulation
6 168
Write a Java code to reverse a string without using the built-in reverse() method.
اكتب كود جافا لعكس سلسلة نصية دون استخدام دالة reverse() المدمجة.
#StringManipulation
6 168
What is the purpose of a constructor in Java?
ما هو الغرض من المُنشئ (constructor) في جافا؟
#JavaConstructors #OOP
6 168
Write a Java code to implement a simple contact management system.
اكتب كود جافا لتنفيذ نظام إدارة جهات اتصال بسيط.
#SimpleApplications
6 168
What is inheritance in Java?
ما هو الوراثة (inheritance) في جافا؟
#JavaInheritance #OOP
6 168
What is the purpose of an interface in Java?
ما هو الغرض من الواجهة (interface) في جافا؟
#JavaInterfaces #OOP
6 168
Write a Java code to implement a simple library management system.
اكتب كود جافا لتنفيذ نظام إدارة مكتبة بسيط.
#SimpleApplications
6 168
What is the purpose of the `implements` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `implements` في جافا؟
#JavaInterfaces #OOP
6 168
Which of the following is true about the `finally` block in Java?
أي مما يلي صحيح بخصوص كتلة `finally` في جافا؟
#JavaExceptionHandling #FinallyBlock
