- Knowledge of basic computing concepts
- A general understanding of programming concepts
Audience
- Programmers
- Developers
Java is an open-source development platform and programming language used for creating applications for desktop computers, mobile devices, and the web. Java 11 offers significant changes in the platform that improve application development processes.
This instructor-led, live training (online or onsite) is aimed at developers and programmers who wish to build, manage, and execute Java applications using Java 11.
By the end of this training, participants will be able to:
- Migrate from older Java versions to Java 11 to implement new features and changes in the platform.
- Explore new methods in Java 11 to enhance and simplify application development.
- Learn Java core concepts to build applications for various systems and devices using Java 11.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Introduction
Overview of Java 11 Features and Architecture
- Key components
- API features
Installing the Java Development Kit (JDK)
- Version-string format
- Using a configuration file
- Directory structure of JDK 11
Migrating From an Older Version to Java 11
- Updating third-party libraries
- Running jdeps on code
Exploring Changes in Java 11
- HTTP client implementation
- New methods for collections, optionals, and streams
Executing the Java Shell Tool (JShell)
- Command-line execution
- Starting and stopping JShell
Creating Applications in Java
- Creating projects, packages, and classes
- Running the main method
Executing a Java Program
- Source and class directories
- Compiling the source code
Storing Information Using Java Variables
- Java syntax and data types
- Variable types and actions
Working With Text Using Java String
- Creating a string
- Text blocks
- Manipulating strings and text
Performing Variable Operations in Java 11
- Loops and conditions
- Java arrays
- Calling methods
Managing Java Classes and Interfaces
- Inheritance
- Nested and abstract classes
- Java interface
Packaging an Application Using a Java Module
- Running a Java module
- Module services
Troubleshooting
Summary and Conclusion