series-thumb

Java Lesson 3 | Scanner

3 Main concepts should be picked up from this lesson: Scanner Objects importing classes Main method code: public static void main (String [] args) { } To import the scanner class put the following code...
0 comment
series-thumb

Java Programming Lesson 2

In lesson 2 we are going to be looking at different variable types. The chart below lists all the different variable types: Data Type Default Value (for fields) byte 0 short 0 int 0 long 0L float 0.0f double 0.0d char ‘\u0000′ String...
0 comment
an-introduction-to-java-programming

Java Programming Lesson 1 | Hello World Tutorial

In this lesson I describe the basics of making the hello world application and getting into the basics of Java. We are using Eclipse for this tutorial. This is a console based application. Download My...
0 comment