VN4000
Tự học lập trình, học code online
Pages
Home
Online C Compiler
Online C++ Compiler
Online Python Compiler
Sunday, November 9, 2008
Beginning Classes in Java: Part 2
Here is an example of Java class. Please understand that it is NOT a part of the above video clip. It is provided for education purpose only.
public class vn4000Class() {
public void printString(String str) {
System.out.println(str);
}
}
Newer Post
Older Post
Home