This is the source code from the Java Tutorial For Beginners. In this source code, you are going to learn about Creating First Java Project using Java programming language.
Source Code:
package applet; public class Applet { public static void main (String args[]) { System.out.println("Hello YouTube"); System.out.print("Welcome to the channel") } }