Pages

Wednesday, December 21, 2016

java compilation and execution

Java program can be save with an extention .java. It would be the source file which input for the compilation process. After successful of compilation, the class will created.
    Execution process will be run the program which present in the class file.
   Java is a high level programming languague which is user understandable. The language would facilitate to convert the high level to low level languge.

FEATURES:
Java is the platform independent.
Robust
Security

No comments:

Post a Comment