Java is considered to be one of the most versatile programming language the world has ever seen. Starting from a DVD player to an ATM Machine almost all electronic machinery can be programmed using java.
so it become quiet important to study java as a programmer. Hardcore programmers are mastered in java programming.
so it become quiet important to study java as a programmer. Hardcore programmers are mastered in java programming.
but before Starting Programming with one should have a little bit knowledge of C Programming. If not then also it's OK but it is advised to learn basic programing languages like C,C++,Python etc. these languages will create a strong base for You for learning java.java also provide certifications which are very important as an employee.
INSTALLING JAVA
before executing any java program one should need to install java development kit widely known as the JDK. you can download the JDK for free from oracles website.
to check whether it is being correctly installed or not just type javac in command prompt and if it show like this :
INSTALLING PROPER IDE
integrated development environment (IDE) is an integrated java development platform design for the java application development. If you are learning this in school or in your college then they generally do not provide this platform for execution in that case you need to install this in command prompt which quiet painful. coz the error can not pre determined i am not talking about the logical errors it's Syntax error.
the popular IDE available in market are Jcreater, Eclipse etc.
as an beginner you should Start with Jcreater coz it is made for beginners.while Ecllipse is made for professionals for java application development ,android development,web development etc.