Category Archives: Java Video Tutorial

Java Video Tutorial 5

Java Video Tutorial 5Here I continue my Java Video Tutorial by covering methods, or functions in Java.

I spend a considerable amount of time on those things that tend to confuse people who are learning Java. I review how class variables differ from local variables and provide numerous examples of methods.

If you missed the first tutorial see Java Video Tutorial, since I use a lot of code here that I explained previously. To help you better understand this video, see the code below.

Continue reading Java Video Tutorial 5

Java Video Tutorial 4

Java Video Tutorial 4In part 4 of my Java Video Tutorial I cover looping in Java. This tutorial uses a lot of what I previously taught in the first Java Video Tutorial, so watch the previous parts first.

Here I start out explaining while loops. I provide numerous examples including how to calculate PI with a while loop.

I then go on to explain how do while loops work. I finish the tutorial by covering the for loop.

Continue reading Java Video Tutorial 4

Java Video Tutorial 3

Java Video Tutorial 3In this tutorial I show you the if statement, relational operators, logical operators, ternary operator and the switch statement.

If you haven’t watched part 1 watch it first hereĀ Java Video Tutorial.

As you watch this video, you will be able to follow it easier if you have the commented code in front of you. It follows the video below.

While this tutorial has been slow it will get much more complicated quickly. So, make sure you understand everything I cover in the beginning.

Continue reading Java Video Tutorial 3

Java Video Tutorial 2

Java Video Tutorial 2In this video I continue where I left you in part 1 of the Java Video Tutorial. Definitely watch it first.

Here I show you how to import class libraries, except user input, check for valid input, catch errors in input, a bunch of math functions and more.

All of the code follows the video. You should print it out because it will greatly help you to understand the code better.

Continue reading Java Video Tutorial 2

Java Video Tutorial

Java Video TutorialHere I begin what will be a massive Java Video Tutorial. I start with all you need to start writing Java programs.

I then cover just about anything you’d want to know about Javas primitive data types. I cover declaration statements, expression statements, all the types and how to convert them.

This tutorial starts out slow, but by the end you will be a Java expert! Make sure you print out the code below to help you learn easier.

Continue reading Java Video Tutorial