0% found this document useful (0 votes)
2 views5 pages

Java Application Preparation Steps

Working of java
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views5 pages

Java Application Preparation Steps

Working of java
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Steps to Prepare Java Applications

[Link] Java Software


[Link] Java Editor or IDE
[Link] Java Program
[Link] Java File
[Link] Java File
[Link] Java Application
Java IDE’s
• Eclipse
• MyEclipse
• Neat Beans
• Xcode
• Oracle Developer Studio
• VS Code
Code Editors
• Notepad
• Editplus
• Notepad++
• Sublime Text
• Bluefish
Java Virtual Machine(JVM)
• JVM (Java Virtual Machine) is an abstract machine that enables your
computer to run a Java program.
• JVM is the one that actually calls the main method present in a java
code. JVM is a part of JRE(Java Runtime Environment).

[Link] [Link]
Byte Code

• The compiled code of java source code is called byte code.


• Byte code is collection of mnemonics which understand by JVM.
• Byte code is platform independent code.

You might also like