Welcome to Java programming!!! This segment will walk you through the process of creating a brand new Java program using Netbeans, a very popular Integrated Development Environment. I will show you how to begin writing code, test the code for errors, fix the errors if necessary and then run the program. I also walk you through creating the "Hello World" program which is the first program that students typically learn to write no matter which programming language they are using. The program runs, outputs the words "Hello World" to the screen. It's a great program to start with.