ศูนย์สอบออนไลน์ (Online Quiz Center)
ศัพท์ภาษาอังกฤษ (ศัพท์ยาก) - ความรู้ทั่วไป ชุดประเทศไทย - สังคมระดับมัธยมถึงปริญญา - ศัพท์ภาษาอังกฤษ ระดับต้น
คอมพิวเตอร์เบื้องต้น - นักวิทยุสมัครเล่น - จังหวัด รหัสไปรษณีย์ - Visual Basic - JAVA - ทั่วไป.ศิริรุ่งสาวโยนก
ท่านเปิด แบบ ทดสอบ จาวา ชุดเล็ก (Mini JAVA) จำนวน 5 ในชุด 5 ข้อ
ปรับปรุง : 2549-11-30 (เพิ่ม nipa)

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

    2. Which of the following are illegal lines? [j0083]
      final class a{ }
      class a{ }
      public class a{ }
      import class a{ }
      ผิดทุกตัวเลือก

    3. Which of the following are data type for switch? [j0093]
      double
      float
      String
      char
      ผิดทุกตัวเลือก

    4. Which of the following are result of 3 ^ 5? [j0103]
      1
      3
      6
      7
      ผิดทุกตัวเลือก

    5. Which of the following are illegal lines about String class? [j0113]
      x.substring(5,2)
      x.toString()
      x.length("abc")
      x.replace("a","A")
      ผิดทุกตัวเลือก