Sunday, 1 March 2015

write once run anywhere!!

Java can run on many different operating systems. This make Java platform independent.
Java does this by making the Java compiler turn code into Java bytecode instead of machine code. This means that when the program is executed, the Java Virtual Machine interprets the bytecode and translates it into machine code.
This capability of being able to develop software on one platform and running it on other platforms is called "cross-platform capability".
write once run anywhere!!

No comments:

Post a Comment