JAVA is high level Programming language.By using JAVA we can develop
Main component of JAVA language is Java Virtual Machine that interprets Byte Code into machine language,
Suppose you have developed application which contains.JAVA Source code.When you compiled that code then output of compiler is .class file that is not native code.
.Class file contains Byte(Machine Independent) code i.e is read by JVM, Each machine have different JVM which translate Byte code into machine code(Machine dependent).
then machine is able to run our application.
- Enterprise Software
- Web Based Content
- Games
- Mobile Applications
Main component of JAVA language is Java Virtual Machine that interprets Byte Code into machine language,
Suppose you have developed application which contains.JAVA Source code.When you compiled that code then output of compiler is .class file that is not native code.
.Class file contains Byte(Machine Independent) code i.e is read by JVM, Each machine have different JVM which translate Byte code into machine code(Machine dependent).
then machine is able to run our application.
No comments:
Post a Comment