What can we say About Java ? Everything! Java is the global standard platform for developing and delivering games, Web applications, enterprise software and mobile applications. As a computer programming language programmers can write English based commands. Its ability to be written and read easily by people has turned into major programming language. Global application is already reached its use by 97% of Enterprise Desktops.
About Java Platform
The most developer use Java. Why developer chose Java?
With its agility, efficiency, and portability, Java has become invaluable to 6.5 million developers by enabling them to:
- Code software on one platform and operate it on any other platform.
- Create programs to run within a Browser and Web services
- Combine software or services using the Java language to generate highly customized software or services
- Write strong and efficient applications
Was designed with 4 key principles:
- Easy to use
- Reliability
- Secure
- Platform Independent
About Java JRE
What is Java JRE? Java Runtime environment (JRE) it’s basically the Java Virtual Machine where your Java programs run on. It also includes web browser plugins for Applet execution. Java JRE is a plug-in needed to run java programs.
JRE as part of two key deployment technologies:
- Java Plug-in: which enables applets to run in popular windows.
- Java Web Start, which deploys standalone applications over a network.
The JRE will not contain tools and utilities such as compilers or debuggers for developing applets as well as applications.
In conclusion it contains everything you need to run Java applications in compiled form. JRE only used for run the applications and not for development.
Where can you download Java? You can free downloaded from here: https://www.java.com/en/
How can perform Silent Install? You can perform silent installation of java with previous article here: Java Silent Install.
How can I deploy? You can deploy java if you follow steps explained here: Deploy Java.