152). Which component is used to compile, debug and execute java program?

[A] JVM
[B] JDK
[C] JIT
[D] JRE

Show Answer

153). Which component is responsible for converting bytecode into machine specific code?

[A]JVM
[B] JDK
[C]JIT
[D] JRE

Show Answer

155). Which component is responsible to optimize bytecode to machine code?

[A]JVM
[B]JDK
[C] JIT
[D]JRE

Show Answer

156). Which statement is true about java?

[A] Platform independent programming language
[B]Platform dependent programming language
[C]Code dependent programming language
[D]Sequence dependent programming language

Show Answer

157). Which of the below is invalid identifier with the main method?

[A]public
[B]static
[C]private
[D]final

Show Answer

160). How can we identify whether a compilation unit is class or interface from a .class file?

[A]Java source file header
[B] Extension of compilation unit
[C] We cannot differentiate between class and interface
[D] The class or interface name should be postfixed with unit type

Show Answer

161). What is use of interpreter?

[A]They convert bytecode to machine language code
[B] They read high level code and execute them
[C]They are intermediated between JIT and JVM
[D] It is a synonym for JIT

Show Answer