How to install Java?
Navigate to the url: http://java.com/en/download/index.jsp
Click on the 'Free Java Download' button and proceed to download further and install Java on your system.
Java is an open source programming language.
After Java is installed successfully in your system you can see the Java folder is created inside the hard drive you have chosen while installing.
To write code and manage code in Java programming language one can use any editor or one can use IDE as well.
One can use notepad, notepad++ and many editors like that.
Or else one can use Eclipse, Netbeans and many IDE also.
For bigger projects we are supposed to use the IDE or else when the project complexity increases the number of java files also increases then it is not really possible to manage these files without using any IDE.