Java Objective Questions Answers -Chapter 1
-
64. Private Constructors can't be access from any derived classes neither from another class
- True
- False
Answer And Explanation
Answer: Option A
Explanation:
-
65. Which driver is efficient and always preferable for using JDBC applications
- Type-4 driver
- Type-3 driver
- Type-2 driver
- Type-1 driver
Answer And Explanation
Answer: Option A
Explanation:
-
66. Executable applet is
- .applet file
- .java html
- .java file
- .class file
Answer And Explanation
Answer: Option D
Explanation:
-
67. Which keyword is used while using interface
- extend
- implements
- throw
- throws
Answer And Explanation
Answer: Option B
Explanation:
-
68. Which keyword represents object of the present class
- interface
- package
- this
- static
Answer And Explanation
Answer: Option C
Explanation:
-
69. Which method can't be overidden
- super
- static
- final
- println
Answer And Explanation
Answer: Option C
Explanation:
-
70. Hot java is
- System software
- Web browser
- IDE
- Java environment
Answer And Explanation
Answer: Option B
Explanation: