VN4000
Tự học lập trình, học code online
Pages
Home
Online C Compiler
Online C++ Compiler
Online Python Compiler
Tuesday, November 4, 2008
Foo
public class Foo {
int fo;
public void init() {
System.out.println("Init Method");
}
public static void main(String args[]){
fo = 50;
System.out.println("Init - Method");
}
}
Newer Post
Older Post
Home