课程
Data Types and Exceptions in Java
中级技能水平
更新时间 2026年4月JavaProgramming4 小时12 视频40 练习3,250 经验值2,983成就声明
深受数千家公司学习者的喜爱
培训2人或更多?
试用DataCamp for Business课程描述
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.先决条件
Introduction to Object-Oriented Programming in Java1
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.
2
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.
3
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.
Data Types and Exceptions in Java
课程完成 通过 DataCamp for Mobile 提升您的数据技能
随时随地通过我们的移动课程和每日 5 分钟编程挑战提升技能。