ข้อสอบ ประเภท : เฉลยทีละข้อ - ทันที
ชุดแบบสอบ ทดสอบ จาวา ชุดเล็ก (Mini JAVA) ในชุด 30 ข้อ
แต่ถ้าต้องการแบบตอบแล้ว สรุปผลหลังทำครบทุกข้อ ให้ไปที่ ศูนย์สอบ เพื่อเลือกแบบสอบใหม่
    1. Which of the following are default method of default constructor? [j0126]
      start()
      run()
      this()
      super()
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    2. Which of the following are default method of default constructor? [j0126]
      start()
      run()
      this()
      super()
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


    4. What is collection class? [j0063]
      ThreeSet
      HashTable
      TreeList
      SortedSet
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


    6. Which of the following are Java keywords? [j0042]
      goto
      Byte
      Class
      method
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


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


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


    10. What is access modifier? [j0051]
      import
      private
      try
      javac
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    11. Which of the following are legal lines about StringBuffer class? [j0115]
      x.substring(5,2)
      x.toUpperCase()
      x.length()
      x.insert(4,"a")
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    12. Which of the following are illegal identifiers? [j0021]
      123a
      a123
      method
      index
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    13. Which of the following are legal identifiers? [j0020]
      joy
      -dang
      33
      class
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    14. What is access modifier? [j0054]
      class
      try
      protected
      java
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    15. Which of the following are result of Math.abs(99)? [j0118]
      0
      9
      99
      -99
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


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


    18. Which of the following are illegal lines? [j0014]
      char a = -1;
      long a = -1;
      int a = -1;
      byte a = 10/10;
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    19. Which of the following are Java keywords? [j0040]
      java
      mail
      extend
      const
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


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


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


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


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


    25. Which of the following are illegal identifiers? [j0021]
      123a
      a123
      method
      index
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    26. Which of the following are illegal lines? [j0010]
      int a = "a";
      int a = 'a' + 'a';
      int a = 10/2;
      byte a = 10/2;
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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


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


    29. Which of the following are Java keywords? [j0048]
      stand
      float
      servlet
      applet
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


    30. What is collection class? [j0059]
      TreeList
      LinkedHashMap
      MapSet
      SortedSet
      ยังไม่เลือก
    ค่อย ๆ คิด อย่าใจร้อนครับ


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

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