What is a correct syntax to output "Hello World" in Java?, echo("Hello World");, print ("Hello World");, Console.WriteLine("Hello World");, System.out.println("Hello World");, Java is short for "JavaScript", False, True, How do you insert COMMENTS in Java code?, /* This is a comment, # This is a comment, // This is a comment, Which data type is used to create a variable that should store text?, String, myString, string, Txt, How do you create a variable with the numeric value 5?, num x = 5, float x = 5, x = 5 , int x = 5, Which operator is used to add together two values, The * sign, The & sign, The + sign, How do you start writing a while loop in Java?, while x > y, x > y while {, while (x > y), while x > y {, Which operator can be used to compare two values ? , =, <>, ==, ><, To declare an array in Java, define the variable type with:, {}, (), [], How do you start writing an if statement in Java?, if x > y then;, if (x > y), if x > y:, Which operator is used to multiply numbers, x, *, #, %, Which method can be used to find the length of a string?, getLength(), getSize(), len(), length(), Array indexes start with, 0, 1, How do you create a method in Java?, methodName[], methodName(), methodname. , (methodName), How do you call a method in Java?, (methodName);, methodName;, methodName();, methodName[];, Which keyword is used to return a value inside a method, get, break, void, return, Which statement is used to stop a loop?, return, exit, break, stop, Wh, Which keyword is used to create a class in Java?, MyClass, class(), class, className.
0%
Javaquiz
แชร์
แชร์
แชร์
โดย
Stephanus1
แก้ไขเนื้อหา
สั่งพิมพ์
ฝัง
เพิ่มเติม
กำหนด
ลีดเดอร์บอร์ด
แสดงเพิ่มขึ้น
แสดงน้อยลง
ลีดเดอร์บอร์ดนี้ตอนนี้เป็นส่วนตัว คลิก
แชร์
เพื่อทำให้เป็นสาธารณะ
ลีดเดอร์บอร์ดนี้ถูกปิดใช้งานโดยเจ้าของทรัพยากร
ลีดเดอร์บอร์ดนี้ถูกปิดใช้งานเนื่องจากตัวเลือกของคุณแตกต่างสำหรับเจ้าของทรัพยากร
แปลงกลับตัวเลือก
แบบทดสอบ
เป็นแม่แบบแบบเปิดที่ไม่ได้สร้างคะแนนสำหรับลีดเดอร์บอร์ด
ต้องลงชื่อเข้าใช้
สไตล์ภาพ
แบบ อักษร
ต้องสมัครสมาชิก
ตัวเลือก
สลับแม่แบบ
แสดงทั้งหมด
รูปแบบเพิ่มเติมจะปรากฏเมื่อคุณเล่นกิจกรรม
)
เปิดผลลัพธ์
คัดลอกลิงค์
คิวอาร์โค้ด
ลบ
คืนค่าการบันทึกอัตโนมัติ:
ใช่ไหม