Java Objective Questions Answers -Chapter 1
-
8. All raw data types should be read and uploaded to the database as an array of
- int
- char
- bollean
- byte
Answer :
Option D
-
9. Program which executes applet is known as
- applet engine
- virtual machine
- JVM
- None of above
Answer :
Option A
-
10. Java is known as _______stage language
- One
- Two
- Three
- Four
Answer :
Option B
-
11. Smallest individual unit in java program is known as
- string
- literal
- token
- operator
Answer :
Option C
-
12. ____ allows java code to run in the JVM to call and be called by native applications
- JFI
- JNI
- NJI
- FJI
Answer :
Option B
-
13. Interfaces helps in which type of inheritance
- Multiple inheritance
- Multilevel inheritance
- Hierarchical inheritance
- None of above
Answer :
Option A
-
14. All collection classes are available in
- java.io package
- java.lang package
- java.awt package
- java.util package
Answer :
Option D