This will be my first tutorial, let start with something easy , like Hello Word.
public class HelloTutorial {
public static void main(String[] args) {
// Prints "Hello, Tutorial" to the terminal window.
System.out.println("Hello, Tutorial");
}
}
Been my first Tutorial , we can do a "mistake" to write Hello Tutorial :)
Category: Java Tutorials