Java Objective Questions Answers -Chapter 1
-
64. javah stands for
- java compiler
- java interpreter
- java dissasamebler
- java header file
Answer :
Option D
-
65. If method have same name as class name and method don’t have any return type then it is known as
- Destructors
- Object
- Variable
- Constructor
Answer :
Option D
-
66. Java intermediate code is known as
- First code
- Mid code
- Byte code
- None of above
Answer :
Option C
-
67. All methods of interface are public and abstract
- True
- False
Answer :
Option A
-
68. The JDBC-ODBC bridge is
- Multithreaded
- Singlethreaded
- Both of above
- None of above
Answer :
Option A
-
69. Constructor has return type
- True
- False
Answer :
Option B
-
70. pow () is associated with which class
- Math class
- Input stream class
- Object class
- None of above
Answer :
Option A