Java Objective Questions Answers -Chapter 1
-
50. what is jdb
- java compiler
- java Interpreter
- java Disassemble
- java debugger
Answer And Explanation
Answer: Option D
Explanation:
-
51. Java is known as _______stage language
- One
- Two
- Three
- Four
Answer And Explanation
Answer: Option B
Explanation:
-
52. Which driver is called as thin-driver in JDBC
- Type-1 driver
- Type-2 driver
- Type-3 driver
- Type-4 driver
Answer And Explanation
Answer: Option D
Explanation:
-
53. How many transaction isolation levels are defined in java.sql.Connection interface
- 4
- 3
- 5
- 2
Answer And Explanation
Answer: Option C
Explanation:
-
54. Which method of java is invoked by JVM to reclaim the inaccessible memory location
- reclaim() method
- final() method
- finalize() method
- both b and c
Answer And Explanation
Answer: Option C
Explanation:
-
55. ____ allows java code to run in the JVM to call and be called by native applications
- JFI
- JNI
- NJI
- FJI
Answer And Explanation
Answer: Option B
Explanation:
-
56. Interfaces helps in which type of inheritance
- Multiple inheritance
- Multilevel inheritance
- Hierarchical inheritance
- None of above
Answer And Explanation
Answer: Option A
Explanation: