Watch in HD for better viewing. Learn to write out the classic "Hello World" program in Java. Code: class HelloApp { public static void main(String args[]) { System.out.println("Hello, world!"); } } Please check out my other vids for more tutorials. Also, please leave comments with any sugge...