Java 11+ Essential Training
.MP4, AVC, 1280x720, 15 fps | English, AAC, 2 Ch | 3h 46m | 529 MB
Instructor: David Gassner
.MP4, AVC, 1280x720, 15 fps | English, AAC, 2 Ch | 3h 46m | 529 MB
Instructor: David Gassner
If you want to build applications for mobile devices, desktop computers, or the web, you need to know Java. This course provides the foundation for learning how to program with the most recent Long-Term Support (LTS) release, Java SE 11, and more recent versions.
David Gassner shows how to install Java and the IntelliJ IDEA Community Edition IDE and start working with variables, data types, and other critical language components. He also helps you control program flow with conditional logic and loops, store data with Java collections, and understand how Java implements object-oriented coding principles such as inheritance.
Learning objectives
- The history and principles of Java
- Installing the JDK and IntelliJ IDEA
- Working with variables and values
- Working with object data types
- Building, comparing, and parsing strings
- Debugging and exception handling
- Creating loops and reusable code
- Passing arguments by reference or value
- Creating custom classes
- Working with inheritance
- Managing data collections