Platform Independency Of A Java Program
Why is a Java program platform independent? What are the features of Java? Which component makes it platform independent?
Why is a Java program platform independent? What are the features of Java? Which component makes it platform independent?
Hi
A Java Program is platform independent due to the Java Virtual Machine (JVM). The JVM converts any Java Code to machine understandable code thus, making it platform independent. The features of a Java program are platform independency, High Security, Robustness, Simple, Object Oriented, Dynamic, Portable, etc.
Java is a programming language specifically designed to be used in the distributed environment of the internet. It was designed to have the look and feel to that of the C++ programming language. Though it has the resemblance of the C++ programming language, it is much easier to use than the C++ language and implements an object-oriented programming model.
You can use Java to create an entirely complete application that can run on a single computer or distributed between servers and client on a network. You can also use it to create small application module or applet to be used as part of a web page. Using applets, it is easier for a user to interact with the page. The following are the major characteristics of Java:
Hi
Java is an Object Orient Programming language, with tremendous portability and power. For more information visit this Techyv link : The concept of Java programming and all that it entails