Introduction to Java
Section A
2007
Question 1
(a) Name two types of Java programs. [2]
The two types of Java programs are: 1) Stand alone applications. 2) Internet applets
2010
Question 1
(a) Define the term byte code. [2]
Java byte code is a machine instruction i.e., an intermediate code which is converted from source code by Java compiler. The Java byte code is machine independent.
2020
Question 1
(a) Define Java byte code. [2]
Java byte code is a machine instruction i.e., an intermediate code which is converted from source code by Java compiler. The Java byte code is machine independent.