Java Programming Tutorial - Hello YouTube on September 26, 2018 Get link Facebook X Pinterest Email Other Apps public class apples { (everything begins with the class) public static void main(String args[]) { (method header) System.out.println("Hello Youitube"); (method body) (built in method, it just prints a new line) } } Comments
Comments
Post a Comment