Machine Neutral

Machine Neutral

The compiler converts the source code files into byte code files. These codes are machine independent and therefore can be run of any machine. That is a program compiled on IBM machine will run on Macintosh machine.

Java interpreter reads the byte code files and translates them into machine code for the specific machine on which the java program is running . The interpreter is therefore specially written for each type machine .

Leave Comment

Important Topics

Title
OOPS
Data Types
JAVA
JVM
Command Line Args
Machine Neutral
Scope of Variables
Operators :
Generic Type Casting
IF Else
Switch Statement
The while statement
The do statement
The for statement
Classes, objects and methods
Constructors
Methods Overloading
Static Members
Nesting of methods
Inheritance : Extending a Class
Overriding methods
Overriding methods
Final variable and methods
Abstract class in Java
Visibility control