ข้อสอบ ประเภท : เฉลยทีละข้อ - ทันที
ชุดแบบสอบ ทดสอบ จาวา ชุดเล็ก (Mini JAVA) ในชุด 30 ข้อ
แต่ถ้าต้องการแบบตอบแล้ว สรุปผลหลังทำครบทุกข้อ ให้ไปที่ ศูนย์สอบ เพื่อเลือกแบบสอบใหม่
    1. What collection class is sorted? [j0068]
      TreeList
      TreeMap
      MapSet
      HashTable
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    2. What will be printed out for the following code?
    System.out.println(0021);
    [j0034]
      2
      17
      21
      2100
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    3. What is collection class? [j0065]
      TreeList
      OrderedList
      KeyMap
      TreeMap
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    4. Which of the following are illegal lines? [j0080]
      class a{ }
      final class a{ }
      public class a{ }
      import class a{ }
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    5. What is collection class? [j0064]
      MapSet
      KeyMap
      LinkedHashSet
      ThreeSet
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    6. Which of the following are data type for switch? [j0096]
      double
      float
      String
      int
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    7. Which of the following are illegal lines? [j0082]
      strictfp class a{ }
      final class a{ }
      public class a{ }
      transient class a{ }
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    8. Which of the following are result of 3 ^ 5? [j0103]
      1
      3
      6
      7
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    9. How much is BYTE for primitive type? [j0022]
      8 bit
      16 bit
      32 bit
      64 bit
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    10. What will be printed out for the following code?
    System.out.println(010);
    [j0032]
      8
      10
      Compilation fails
      An exception is thrown at runtime
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    11. What is access modifier? [j0052]
      javac
      void
      public
      java
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    12. Which of the following are illegal lines about String class? [j0111]
      x.trim()
      x.concat
      x.length()
      x.replace("a","A")
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    13. What is collection class? [j0064]
      MapSet
      KeyMap
      LinkedHashSet
      ThreeSet
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    14. Which of the following are Java keywords? [j0041]
      jvm
      native
      Goto
      integer
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    15. What is collection class? [j0064]
      MapSet
      KeyMap
      LinkedHashSet
      ThreeSet
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    16. What is access modifier? [j0052]
      javac
      void
      public
      java
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    17. Which of the following are legal identifiers? [j0019]
      _tom
      -dang
      123
      ?abc
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    18. Which of the following are illegal lines? [j0074]
      int [5] a;
      int [] aa [];
      int [][] a;
      int a[];
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    19. What will be printed out for the following code?
    System.out.println(0x0011);
    [j0037]
      1
      11
      16
      17
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    20. Which of the following are illegal lines? [j0016]
      char a = '&';
      char a = 08;
      char a = 99;
      char a = 0xaa;
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    21. What will be printed out for the following code?
    System.out.println(True);
    [j0028]
      true
      True
      Compilation fails
      An exception is thrown at runtime
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    22. How much is FLOAT for primitive type? [j0026]
      8 bit
      16 bit
      32 bit
      64 bit
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    23. Which of the following are equal 3? [j0091]
      12 >> 2
      12 << 2
      26 >> 1
      26 << 1
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    24. Which of the following are result of Math.ceil(8.4)? [j0119]
      8
      8.5
      9
      10
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    25. What will be printed out for the following code?
    System.out.println(0x11);
    [j0038]
      0
      11
      17
      Compilation fails
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    26. What will be printed out for the following code?
    System.out.println(010);
    [j0032]
      8
      10
      Compilation fails
      An exception is thrown at runtime
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    27. Which of the following are illegal lines? [j0008]
      int x = 01;
      byte b = -255;
      boolean x = true;
      float a = 2.1f;
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    28. Which of the following are illegal lines? [j0084]
      final class a{ }
      interface class a{ }
      public class a{ }
      abstract Class a{ }
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    29. What collection class is ordered by index? [j0072]
      TreeList
      HashTable
      LinkedList
      MapSet
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    30. Which of the following are data type for switch? [j0095]
      byte
      float
      String
      double
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


ศัพท์ภาษาอังกฤษ (ศัพท์ยาก) - ความรู้ทั่วไป ชุดประเทศไทย - สังคมระดับมัธยมถึงปริญญา
ศัพท์ภาษาอังกฤษ ระดับต้น - คอมพิวเตอร์เบื้องต้น และการจัดการระบบปฏิบัติการ - นักวิทยุสมัครเล่น
จังหวัด รหัสไปรษณีย์ - Visual Basic - JAVA - ทั่วไป.ศิริรุ่งสาวโยนก

ปรับปรุง : 2564-02-12
.