Java Essential Training: Objects and APIs
Author: David Gassner
Released: 2/6/2018
Skill Level: Intermediate
Duration: 2h 46m
If you want to build applications for mobile devices,
desktop computers, or the web, you need to know Java—and keep your knowledge up
to date as the language evolves. Java 9 is changing quite a few important
aspects of the programming workflow, particularly the handling of objects and
APIs. This course is the second in the Java Essential Training series, which
provides the foundation for learning Java 9. Instructor starts by showing how
to debug Java code in IntelliJ IDEA, and handle any exceptions that occur. He
explains how to create custom classes and understand how Java implements
inheritance, a core principle of object-oriented programming. Plus, learn how
to store data in memory with the Java Collections Framework, extend Java with
popular APIs, make network requests, and package your applications for
deployment in JAR files.
Topics include:
Debugging Java code
Handling exceptions
Creating custom classes
Working with inheritance
Managing data collections
Using Java packages and libraries
Preparing a Java application for deployment
Exercise Files
Comments
Post a Comment