Learning JAVA can be quite intimidating. These set of videos and links can help you quickly install eclipse, and get started on JAVA.
Before you begin, Install Eclipse IDE for JAVA developers. This is the best IDE for JAVA development. Follow this video to install Eclipse. Once you complete Eclipse installation, You can start following the remaining video to start learning basics of JAVA programming language.
Learning about Strings and Variables in java
Java Tutorial – learning about int and double
Java tutorial – learning about using booleans and the if statement in Java
Java tutorial – How to take user input in Java
Java tutorial – How to use the if and else statement
Java tutorial – How to use while statement in Java, looping with while statement
Java tutorial – How to use the for statement in Java, looping with for statement
Java tutorial – How to use the TRy, Catch and Finally in Java