Skip to main content Learning objectives for
JSON and DTOs
- Understand what a DTO is and how it is used
- Understand what JSON is and how it is used
- Understand how to use Jackson or Gson to convert between JSON and DTOs
- Understand how to use DTOs to represent complex data structures
Fetching data from an API
- Understand how to fetch data from an API
- Understand how to use the HttpClient class to fetch data from an API
- Understand how to use the ObjectMapper class to convert JSON to DTOs
- Understand how to use DTOs to represent complex data structures
Threads
- Understand how to use threads to perform multiple tasks concurrently
- Understand how to use threads in java
- Understand the Executor framework
- Know the purpose of Runnable and Callable interfaces plus Future