Preview lessons, content and tests

Computer Science & Programming solved. All in one platform.

1. To trial the platform and take tests, please take a few seconds to SIGN UP and SET UP FREE.
2. Searching for something specific? See our text overview of all tests. Scroll right for levels, and lists.

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)

Java is object orientated, distributed, portable, dynamic and robust.

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