جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
Which of the following is a valid Java statement to check if 'x' is either 10 or 20?

أي من الأتي هو عبارة جافا صالحة للتحقق مما إذا كان 'x' هو 10 أو 20؟
Write the code to implement a sorting algorithm (e.g., bubble sort, merge sort, or quicksort) and demonstrate its use on an array of integers.

اكتب الكود لتنفيذ خوارزمية فرز (مثل الفرز بالفقاعة، أو الفرز بالدمج، أو الفرز السريع) وإظهار استخدامها على مصفوفة من الأعداد الصحيحة.
👍1
What keyword is used to import a package in Java?

ما هي الكلمة الرئيسية المستخدمة لاستيراد حزمة في جافا؟
سليدات مختصره يمكن تفيدكم👆
Please open Telegram to view this post
VIEW IN TELEGRAM
2👍1
Which of the following is true about the while loop in Java?

أي من الاتي صحيح حول حلقة while في جافا؟
Write the code to create a program that simulates a simple social media platform, allowing users to create posts, like posts, and follow other users.

اكتب الكود لإنشاء برنامج يحاكي منصة وسائط اجتماعية بسيطة، ويسمح للمستخدمين بإنشاء منشورات، والإعجاب بالمنشورات، ومتابعة مستخدمين آخرين.
How do you convert a string to an integer in Java?

كيف تحول سلسلة نصية إلى عدد صحيح في جافا؟