You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class HelloWorld { // mendeklarasikan class pada program. Pastikan nama class sesuai dengan nama Source-Code
public static void main(String[] args) { // mendeklarasikan method void publuc static dan string[] args agar bisa menghasilkan compiler program dengan ekstensi compiler source-code.class
System.out.print("Hello World"); // menuliskan output pada program