class myClass {
public static void main(String[] args) {
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" ออกทางหน้าจอ
จากนั้นคลิกที่ Run ก็จะได้ผลลัพธ์ดังรูป ซึ่งแสดงว่าตอนนี้เราสามารถเขียนโปรแกรม Java บนโปรแกรม Eclipse ได้แล้ว