Java First Bites | Environment Setup | 1.1
Environment What is Environment? Just imagine out side of your window, How you feel the environment, is it good for you to play outside?, or good to walk or run ?. if yes then you required proper sports shoes and all etc, to play or run in this environment. If environment is not well to play & run. then it might be issue with your health, same like java if you have not setup proper environment then your java program will not execute or run properly. In Java there is three major environment providers | JDK , JRE , JVM . JDK , JRE , and JVM are the most important parts of the Java programming, language. Without these, you can not develop and run java programs on your, Machine, So before setup the environment lets understand what is this three pillar. 1. JDK (Java Development Kit). [some key-words are new, will learn later] As Full name suggest it's Kit of all JAVA In-Built classes and something which can he...