Java is Platform-Independent

Java programs unlike those in other programming langauges are platform-independent. This allows Java applets and application to be run on varying platforms without recompiling the source code. This features is realized because Java is an interpreted langauge. The disadvantage of byte code is execution speed, but Java programs add the extra interpreter layer. There are methods to work around this speed principle.

1 Comments:

دورات تدريبية said...

thanks

Post a Comment