Hello, World!
Most of Java programming books used the "Hello World" code snippet to code Java for the first time. Here it is the snippet:
Katanya program seperti ini terlalu prosedural khususnya bagi bahasa pemrograman Java yang menerapkan konsep pemrograman berbasiskan objek. Seharusnya minimal sebuah program Java menerapkan konsep-konsep yang telah dikenal dalam Java seperti interface, abstraction, implements, polymorphism, inheritance. It is said that the code above too procedural especially for Java language which emphasizes the object-oriented programming concept. At least, a Java code should have concepts that are well-known as the pillars of OOP such as interface, abstraction, encapsulation, polymorphism, inheritance. Let's rewrite the code above to become:
note: aknowledge to kak Kunderemp... :) @ Fasilkom UI
