J2SE Question:

What is bytecode?

J2SE Interview Question
J2SE Interview Question

Answer:

Machine-independent code generated by the Java compiler and executed by the Java interpreter.


Previous QuestionNext Question
What is case?What is break?