ศูนย์สอบออนไลน์ (Online Quiz Center)
ศัพท์อังกฤษ (ศัพท์ยาก) - ความรู้ทั่วไป ชุดประเทศไทย - สังคมระดับมัธยมถึงปริญญา - ศัพท์อังกฤษ ระดับต้น
คอมพิวเตอร์เบื้องต้น - นักวิทยุสมัครเล่น - จังหวัด รหัสไปรษณีย์ - Visual Basic - JAVA - ศัพท์200 - ทั่วไป.ศิริรุ่ง
แบบทดสอบ จาวา ชุดเล็ก (Mini JAVA) ในชุด 5 ข้อ
ปรับปรุง : 2553-11-25 (ปรับการแสดงผล)
1. Which of the following are Java keywords? [j0041]
jvm
native
Goto
integer
ผิดทุกตัวเลือก

2. What is access modifier? [j0057]
args
protected
class
void
ผิดทุกตัวเลือก

3. Which of the following are illegal lines? [j0073]
int [] a;
int [] a [];
int [][] a;
int a[5];
ผิดทุกตัวเลือก

4. Which of the following are equal 12? [j0089]
10 >> 2
10 << 2
24 >> 1
24 << 1
ผิดทุกตัวเลือก

5. Which of the following are result of 4 & 6? [j0105]
1
2
4
6
ผิดทุกตัวเลือก