filmov
tv
Java Tutorial For Beginners - 2(Java Syntax)

Показать описание
this is my 2nd java tutorial.
The code for the program in the tutorial
//This is my first java program
public class MyFirstProgram
{
public static void main(String [] args)
{
}
}
The code for the program in the tutorial
//This is my first java program
public class MyFirstProgram
{
public static void main(String [] args)
{
}
}