Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

DataCamp

Data Types and Exceptions in Java

via DataCamp

Overview

DataCamp Flash Sale:
50% Off - Build Data and AI Skills!
Grab it
Learn to work with Plain Old Java Objects, master the Collections Framework, and handle exceptions like a pro, with logging to back it all up!

Java is a powerful, widely used programming language, and understanding how it handles data is essential for writing clean, effective code. This course gives you a practical introduction to Java’s data modeling, collections, and error-handling tools.

Work with POJOs and Organize Code

Start by learning how to model data using Plain Old Java Objects (POJOs) and wrapper classes. You'll also explore how Java uses packages to group related classes and keep code organized.

Use the Collections Framework

Get to know Java’s built-in data structures—Lists, Sets, Maps, and Queues—and learn how to use them to store and manage groups of objects in different ways.

Handle Errors and Log Application Behavior

Wrap up by learning to handle exceptions using try/catch blocks and throw custom errors when needed. You’ll also add logging to your code to track and understand your program’s behavior.
By the end, you’ll be able to structure data, work with Java collections, and write more reliable, maintainable applications.

Syllabus

  • Advanced Java Types
    • This chapter explores how Java handles and organizes data. You'll learn about Java's basic data types and structures, including how to use simple Java objects, called POJOs (Plain Old Java Objects). We'll also cover wrapper classes, which let you use primitive data types as objects. Finally, you'll see how Java groups related classes into packages.
  • Collections Framework
    • Java’s Collections Framework gives you ready-to-use data structures for working with groups of objects. In this chapter, you’ll learn how to use Lists, Sets, Maps, and Queues to organize and manage data in different ways.
  • Exception Handling
    • In this chapter, you'll learn how Java handles problems using exception handling. You'll use try/catch blocks to deal with errors, throw exceptions when needed, and add logging to track what your application is doing.

Taught by

Jim White

Reviews

Start your review of Data Types and Exceptions in Java

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.