leonidassavvides
09-14-2008, 07:10 PM
public class xxxXXX
{
public static void main()
{
}
}
"static" what means ?
the class xxxXXX how is executed in this java program(file) , I mean the whole java program contained ? A class that has method "main" differs from a normal class ?
{
public static void main()
{
}
}
"static" what means ?
the class xxxXXX how is executed in this java program(file) , I mean the whole java program contained ? A class that has method "main" differs from a normal class ?