Join 36000+ teachers and students using TTIO.
Welcome, to this video tutorial and self-assessing series on Java. If you follow the series through, watching the videos, coding, and testing yourself as you go along, you should be a pro, making your own apps in no time.
First, some essentials to get you started: (they are also covered in the video)
1. Download the Java SE >> https://www.oracle.com/technetwork/java/javase/downloads/index.html
2. Next, download Eclipse (you can also use Netbeans or another IDE) here. >> http://www.eclipse.org/downloads/
Nice overview and introdution to Java: https://youtu.be/2dZiMBwX_5Q
An introduction to Java with all the initial key words: https://youtu.be/grEKMHGYyns
Useful sites/links
https://www.codiva.io/ lets you copy-and-paste Java code into a web page text box, then compile and run it within your browser alone.
This site enables also you to run Java programs directly in your browser :http://ideone.com.
www.teachyourselfpython.com