The Basic of Java

 

Updated July 5, 2000

 

Welcome!

Hi, welcome to the first part of Roby's Java Tutorial. Have you got every tools you need? If not, please check here. I assume that you are familiar with your text editor or your GUI and I assume that your JDK is properly installed.

OK, now let's look into the basic of Java. Here is the content:

Chapter 1 -- Ye Olde Hello World!
Well, well. Seemed that this old classical way still applies to the tutorial. It tells you the very basic construct of Java program and how to compile it.

Chapter 2 -- Variable and Expression
It tells you how to declare and use variables in Java. Moreover, it tells you on how to construct mathematical expressions.

The rest of the things: Later. Of course I would include the conditional, repetition, and functional  constructs. Don't hush me out, please.


Where to Go?

Java Tutorial Page
Contacting Me
Back to tutorial main page
.


Roby Joehanes, © June 2000

1