سؤال لو ارسلت كل يوم بشكل ثابت سؤال جافا كيف تفضلوه يكون
Final Results
33%
انجلش
67%
انجلش وترجمة عربي
❤3
جافا Java
سؤال لو ارسلت كل يوم بشكل ثابت سؤال جافا كيف تفضلوه يكون
حسب التصويت ان شاء الله يكون انجلش وعربي ان شاء الله اقرب وقت نبدا🫡
👍1
جافا Java
حسب التصويت ان شاء الله يكون انجلش وعربي ان شاء الله اقرب وقت نبدا🫡
واللي يحب يشوف اخبار تقنيه وادوات تساعد المطورين جافا وغير جافا يتابع حسابي على تويتر ما احب انشر هنا اشياء خارج موضوع الجافا
👍1
Here's a Java quiz question for you:
Question: What is the output of the following code snippet?
a) true, true
b) false, true
c) true, false
d) false, false
Please select the correct option (a, b, c, or d) and provide your answer.
ترجمة السؤال:
سؤال: ما هو الناتج من مقتطف الكود التالي؟
أ) صحيح، صحيح
ب) خطأ، صحيح
ج) صحيح، خطأ
د) خطأ، خطأ
يرجى اختيار الخيار الصحيح (أو ب أو ج أو د) وتقديم إجابتك.
Question: What is the output of the following code snippet?
public class QuizQuestion {
public static void main(String[] args) {
String str1 = "Java";
String str2 = new String("Java");
System.out.println(str1 == str2);
System.out.println(str1.equals(str2));
}
}
a) true, true
b) false, true
c) true, false
d) false, false
Please select the correct option (a, b, c, or d) and provide your answer.
ترجمة السؤال:
سؤال: ما هو الناتج من مقتطف الكود التالي؟
public class QuizQuestion {
public static void main(String[] args) {
String str1 = "Java";
String str2 = new String("Java");
System.out.println(str1 == str2);
System.out.println(str1.equals(str2));
}
}
أ) صحيح، صحيح
ب) خطأ، صحيح
ج) صحيح، خطأ
د) خطأ، خطأ
يرجى اختيار الخيار الصحيح (أو ب أو ج أو د) وتقديم إجابتك.
❤7🔥2
Here's a Java quiz question for you:
Question: What is the output of the following code snippet?
a) 2.5
b) 2.0
c) 2
d) Error: incompatible types
Please select the correct option (a, b, c, or d).
ترجمة السؤال:
سؤال: ما هو الناتج لمقتطف الشفرة التالي؟
أ) 2.5
ب) 2.0
ج) 2
د) خطأ: أنواع غير متوافقة
يرجى اختيار الخيار الصحيح (أ، ب، ج، أو د).
Question: What is the output of the following code snippet?
int x = 5;
int y = 2;
double result = x / y;
System.out.println(result);
a) 2.5
b) 2.0
c) 2
d) Error: incompatible types
Please select the correct option (a, b, c, or d).
ترجمة السؤال:
سؤال: ما هو الناتج لمقتطف الشفرة التالي؟
int x = 5;
int y = 2;
double result = x / y;
System.out.println(result);
أ) 2.5
ب) 2.0
ج) 2
د) خطأ: أنواع غير متوافقة
يرجى اختيار الخيار الصحيح (أ، ب، ج، أو د).
❤2🔥2👍1
Here's a Java quiz question for you:
Question: What is the output of the following code snippet?
A) The sum of x and y is: 15
B) The sum of x and y is: 510
C) The sum of x and y is: 5 + 10
D) The code will not compile
Please choose the correct option (A, B, C, or D).
ترجمة السؤال:
سؤال: ما هو الناتج للكود التالي؟
أ) مجموع x و y هو: 15
ب) مجموع x و y هو: 510
ج) مجموع x و y هو: 5 + 10
د) الكود لن يتم تجميعه (compile)
يرجى اختيار الخيار الصحيح (أ، ب، ج، د).
Question: What is the output of the following code snippet?
public class QuizQuestion {
public static void main(String[] args) {
int x = 5;
int y = 10;
int z = x + y;
System.out.println("The sum of x and y is: " + z);
}
}
A) The sum of x and y is: 15
B) The sum of x and y is: 510
C) The sum of x and y is: 5 + 10
D) The code will not compile
Please choose the correct option (A, B, C, or D).
ترجمة السؤال:
سؤال: ما هو الناتج للكود التالي؟
public class QuizQuestion {
public static void main(String[] args) {
int x = 5;
int y = 10;
int z = x + y;
System.out.println("مجموع x و y هو: " + z);
}
}
أ) مجموع x و y هو: 15
ب) مجموع x و y هو: 510
ج) مجموع x و y هو: 5 + 10
د) الكود لن يتم تجميعه (compile)
يرجى اختيار الخيار الصحيح (أ، ب، ج، د).
👍3❤2🔥1
Here's a Java quiz question for you:
Question: What is the output of the following code snippet?
a) 2.5
b) 2
c) 2.0
d) 2.5 (with a decimal point)
Please select the correct option (a, b, c, or d).
ترجمة السؤال:
سؤال: ما هو الناتج من مقتطف الشفرة التالي؟
أ) 2.5
ب) 2
ج) 2.0
د) 2.5 (مع نقطة عشرية)
يرجى اختيار الخيار الصحيح (أو، ب، ج، أو د).
Question: What is the output of the following code snippet?
public class QuizQuestion {
public static void main(String[] args) {
int x = 5;
int y = 2;
int result = x / y;
System.out.println(result);
}
}
a) 2.5
b) 2
c) 2.0
d) 2.5 (with a decimal point)
Please select the correct option (a, b, c, or d).
ترجمة السؤال:
سؤال: ما هو الناتج من مقتطف الشفرة التالي؟
public class QuizQuestion {
public static void main(String[] args) {
int x = 5;
int y = 2;
int result = x / y;
System.out.println(result);
}
}
أ) 2.5
ب) 2
ج) 2.0
د) 2.5 (مع نقطة عشرية)
يرجى اختيار الخيار الصحيح (أو، ب، ج، أو د).
👍2
Here's a Java quiz question for you:
Topic: Java Basics
Difficulty: Easy
Question: What is the output of the following code snippet?
a) 7
b) 9
c) 12
d) 14
Please select the correct option (a, b, c, or d) and let me know your answer.
ترجمة السؤال:
هنا سؤال مسابقة في جافا لك:
الموضوع: أساسيات جافا
الصعوبة: سهلة
السؤال: ما هو الناتج من مقتطف الكود التالي؟
أ) 7
ب) 9
ج) 12
د) 14
يرجى اختيار الخيار الصحيح (أ، ب، ج، أو د) وإعلامي بإجابتك.
Topic: Java Basics
Difficulty: Easy
Question: What is the output of the following code snippet?
int x = 5;
int y = 2;
int result = x + y * 2;
System.out.println(result);
a) 7
b) 9
c) 12
d) 14
Please select the correct option (a, b, c, or d) and let me know your answer.
ترجمة السؤال:
هنا سؤال مسابقة في جافا لك:
الموضوع: أساسيات جافا
الصعوبة: سهلة
السؤال: ما هو الناتج من مقتطف الكود التالي؟
int x = 5;
int y = 2;
int result = x + y * 2;
System.out.println(result);
أ) 7
ب) 9
ج) 12
د) 14
يرجى اختيار الخيار الصحيح (أ، ب، ج، أو د) وإعلامي بإجابتك.
👍2
Here's a Java quiz question for you:
Question: What is the output of the following code snippet?
A) 5
B) 10
C) 15
D) 20
Please select the correct option (A, B, C, or D) and let me know your answer.
ترجمة السؤال:
سؤال: ما هو الناتج من مقطع الشفرة التالي؟
أ) 5
ب) 10
ج) 15
د) 20
يرجى اختيار الخيار الصحيح (أ، ب، ج، أو د) وإعلامي بإجابتك.
Question: What is the output of the following code snippet?
int x = 5;
int y = 10;
int z = x + y;
System.out.println(z);
A) 5
B) 10
C) 15
D) 20
Please select the correct option (A, B, C, or D) and let me know your answer.
ترجمة السؤال:
سؤال: ما هو الناتج من مقطع الشفرة التالي؟
int x = 5;
int y = 10;
int z = x + y;
System.out.println(z);
أ) 5
ب) 10
ج) 15
د) 20
يرجى اختيار الخيار الصحيح (أ، ب، ج، أو د) وإعلامي بإجابتك.
👍1👎1
What is the output of the following code?
A) 2
B) 1
C) 3
D) 0
ترجمة السؤال:
ما هو الناتج الناتج من الكود التالي؟
أ) 2
ب) 1
ج) 3
د) 0لا تقم بالإجابة عليها
int a = 5;
int b = 3;
System.out.println(a % b);
A) 2
B) 1
C) 3
D) 0
ترجمة السؤال:
ما هو الناتج الناتج من الكود التالي؟
int a = 5;
int b = 3;
System.out.println(a % b);
أ) 2
ب) 1
ج) 3
د) 0لا تقم بالإجابة عليها
❤🔥2❤1👎1
What is the output of the following code?
A) true
B) false
C) 10 > 5
D) 1
ترجمة السؤال:
ما هو الناتج الناتج للكود التالي؟
أ) صحيح (true)
ب) خاطئ (false)
ج) 10 > 5
د) لا تقم بالإجابة عليه
int x = 10;
int y = 5;
System.out.println(x > y);
A) true
B) false
C) 10 > 5
D) 1
ترجمة السؤال:
ما هو الناتج الناتج للكود التالي؟
int x = 10;
int y = 5;
System.out.println(x > y);
أ) صحيح (true)
ب) خاطئ (false)
ج) 10 > 5
د) لا تقم بالإجابة عليه
👎3❤1
What is the output of the following code?
A) 4
B) 5
C) 6
D) Compilation Error
ترجمة السؤال:
ما هو الناتج من الشيفرة التالية؟
أ) 4
ب) 5
ج) 6
د) خطأ في التجميع
int x = 4;
int y = ++x;
System.out.println(y);
A) 4
B) 5
C) 6
D) Compilation Error
ترجمة السؤال:
ما هو الناتج من الشيفرة التالية؟
int x = 4;
int y = ++x;
System.out.println(y);
أ) 4
ب) 5
ج) 6
د) خطأ في التجميع