Γράφοντας "Hello World !" με Java :
public class helloworld {
public static void main(String args[])
{
System.out.println("Hello World!");
}
}
Original article : http://developerpages.gr/index.php/el/desktop-development-2/java/6-java-hello-world-program
public class helloworld {
public static void main(String args[])
{
System.out.println("Hello World!");
}
}
Original article : http://developerpages.gr/index.php/el/desktop-development-2/java/6-java-hello-world-program
No comments:
Post a Comment