5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Certification     Oracle     Oracle Certified Professional: Java SE 11 Developer     1Z0-819: Java SE 11 Developer
Discover how to get up and running with the Java Development Environment and with the NetBeans IDE to create Java programs. During this course you will discover the purpose of a computer program and the nature of platform-dependency. Learn about Java classes, Java's program structure, and key Java language features. Confirm your Java Development Environment. Install and verify the Java Development Kit (JDK) on Linux. Compile and run a Java program from the command line. Install and explore the Netbeans IDE. Employ NetBeans to create a Java project and class and add a package to it. Write a main method. Use System.out.println and System.err.println to write to the console. Finally, conclude by recognizing NetBeans syntax errors.

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