2.26 Object-oriented Programming with Java
5. Javadoc compiler produces a file in format of type
(a) Byte code (b) HTML format (c) HTTP (d) Word
6. Java virtual machine (JVM)
(a) Converts Source Code to Object Code (b) Converts Source Code to Byte Code
(c) Converts Byte Code to Object Code (d) None of the above
7. JVM uses---------------------- to convert a Java byte code class to produce machine-dependent
object code
(a) Interpreter (b) Compiler (c) Interpreter and JIT (d) a, b and c
8. Inheritance is
(a) Has-type of relation (b) Is-type relation
(c) As-is-type relation (d) None of the above
9. Which of the following statements are true in case of abstract classes?
(i) Must contain at least one abstract method
(ii) They can ...