View Single Post
Unread 6 Nov 2006, 21:53   #7
Androme
☆ ♥ 
 
Androme's Avatar
 
Join Date: Jan 2003
Posts: 3,489
Androme can only hope to improve
Re: [Java] Recommendations

thanks dude - i'm kind of getting an idea

we've been doing this basic structure (an example):

Code:
class rtv2
{
    public static void main (String[] param)
    {
        reality2();
        System.exit(0);
    }

    public static void reality2 ()
    {
// ------------- program goes in here ------------
    }
which is why static has been used - if main isn't used as a method, does that mean I have to follow the example structures in those links? they seem more confusing

thanks
__________________
R3: LegioN (came #32) || R4: BlueTuba
R5: WolfPack Order || R6: Wolfpack
R7: Fury
----------retired-------
R52-R55: Apprime
R56-R57: FaceLess
R58-60: Apprime/Ultores

Last edited by Androme; 6 Nov 2006 at 22:10.
Androme is offline   Reply With Quote