/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package javaapp;
/**
*
* @author weerachai
*/
public class JavaApp {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.println("*********************************");
System.out.println("Welcome to the java world. by ThaiCreate.Com");
System.out.println("*********************************");
}
}
คำสั่งสำหรับการแสดงผลคำว่า "Welcome to the java world. by ThaiCreate.Com"