| PROJECT |
CREATE YOUR FIRST JAVA PROJECT |
|
In order to create your first java file, you have to install the java extension on you computer. In this tutorial we will use textpad to create, compile and run our first java code.
This java tutorial will also show you where you can download the necessary files to get started, and how to make your first java console application. |

|
|
| OUTPUT |
LEARN HOW TO USE TEXT OUTPUT IN JAVA |
|
| This tutorial displays the first use of text output in java using println.. |


|
|
| VARIABLE |
LEARN ABOUT DIFFERENT VARIABLES IN JAVA |
|
| Learn how to declare and define different variables in Java |


|
|
| INPUT |
LEARN ABOUT METHODS |
|
| This tutorial displays your first use of java input using System.in.read() |


|
|
| FUNCTION |
LEARN ABOUT FUNCTIONS |
|
| Learn to declare and define different functions, and see how different functions handles the same type of task. |


|
|
| IF ELSE |
LEARN ABOUT IF AND ELSE |
|
| Learn how to use the if and the if else statements. |


|
|