Course Description
Discover how to get up and running with the Java Development Environment and with the NetBeans IDE to create Java programs.
Learning Objectives
Java SE 11: Introduction to Java SE and the NetBeans IDE
- define the purpose of a computer program and describe platform-dependency
- describe key features of the Java language
- install and verify the installed JDK on Linux
- compile and run a Java program from the command line
- describe the parts of a Java class and program structure
- install and explore the features of using an IDE with Java through NetBeans
- create a Java project and class in NetBeans
- open an existing Java project and add a package to it in NetBeans
- write and describe the parts of a main method in a Java program
- use System.out.println and System.err.println to write to the console in a Java program
- recognize syntax errors in NetBeans
- create and run a Java program using NetBeans