Sunday, May 11, 2008

Getting A First Sip In Java

For a moment, let’s leave the theoretical world behind and get our hands dirty with Visual J++ by creating a very simple Java program in Visual J++.

To create any program in Visual J++, follow these 3 simple steps:

Write the program. (Later on you will learn tips and tricks to let Visual J++ write parts of your programs for you.)
Compile or build the code into an executable format.
Execute program.

No comments: