جافا Java
Відкрити в Telegram
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Показати більше6 168
Підписники
-224 години
-247 днів
-7330 день
Архів дописів
6 168
What is the difference between `throw` and `throws` in Java?
ما هو الفرق بين `throw` و `throws` في جافا؟
#JavaExceptionHandling #Syntax
6 168
Write a Java code to implement a simple address book using HashMap.
اكتب كود جافا لتنفيذ دفتر عناوين بسيط باستخدام HashMap.
#Collections
6 168
What is the purpose of the `transient` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `transient` في جافا؟
#JavaSerialization #OOP
6 168
What is the difference between `==` and `.equals()` when comparing objects in Java?
ما هو الفرق بين `==` و `.equals()` عند مقارنة الكائنات في جافا؟
#JavaComparison #ObjectEquality
6 168
Write a Java code to implement a simple calculator using switch case.
اكتب كود جافا لتنفيذ آلة حاسبة بسيطة باستخدام switch case.
#ControlFlow
6 168
Enjoy our content? Advertise on this channel and reach a highly engaged audience! 👉🏻
It's easy with Telega.io. As the leading platform for native ads and integrations on Telegram, it provides user-friendly and efficient tools for quick and automated ad launches.
⚡️ Place your ad here in three simple steps:
1 Sign up
2 Top up the balance in a convenient way
3 Create your advertising post
If your ad aligns with our content, we’ll gladly publish it.
Start your promotion journey now!
6 168
Which collection class should be used if you need to maintain the insertion order of elements?
أي فئة من فئات المجموعات (collections) يجب استخدامها إذا كنت بحاجة للحفاظ على ترتيب إدخال العناصر؟
#JavaCollections #DataStructures
6 168
What is the output of the following code?
int[] numbers = {1, 2, 3, 4, 5};
System.out.println(numbers[5]);
ما هو ناتج تنفيذ الكود التالي؟
int[] numbers = {1, 2, 3, 4, 5};
System.out.println(numbers[5]);
#JavaArrays #ExceptionHandling6 168
Write a Java code to implement a simple queue using an array.
اكتب كود جافا لتنفيذ صف بسيط باستخدام مصفوفة.
#DataStructures
6 168
What is the purpose of the `final` keyword when applied to a variable in Java?
ما هو الغرض من الكلمة المفتاحية `final` عند تطبيقها على متغير في جافا؟
#JavaKeywords #FinalKeyword
6 168
What is the purpose of the `super` keyword in Java?
ما هو الغرض من الكلمة المفتاحية `super` في جافا؟
#JavaKeywords #Inheritance
6 168
Write a Java code to implement a simple URL shortener.
اكتب كود جافا لتنفيذ مختصر روابط بسيط.
#WebApplications
