Thursday, May 1, 2008
Declaring Variable's Type
In Java, you must declare each variable’s type before you actually use them. To declare the variable type, all you have to do is to indicate the type and followed by the name of the variable. We call this process variable declaration. Variables are places where you store information. It is like a piggy bank where you put money in.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment