1.

What is bytecode?(a) Machine-specific code(b) Java code(c) Machine-independent code(d) None of the mentionedI got this question in a job interview.The origin of the question is Servlets and JSP topic in section Database Programming Techniques of Database Management

Answer»

The correct CHOICE is (c) Machine-independent code

Easy EXPLANATION - Java bytecode is the form of instructions that the Java virtual machine EXECUTES. Each bytecode opcode is one BYTE in length, although some require parameters, resulting in some multi-byte instructions.



Discussion

No Comment Found

Related InterviewSolutions