Skip to content

Module 4: Java Standard Library

Lesson 3: Collections Framework

Introduction to collections (List, Set, Map)
Iterating and manipulating collections
Lesson 3 introduces the Collections Framework in Java, providing a powerful set of classes and interfaces for working with collections of objects. Collections allow developers to manage and manipulate groups of items efficiently.

Lesson 2: String Handling and Arrays

In Lesson 2, we delve into the intricacies of string handling and arrays in Java. Strings are fundamental data types, and arrays provide a convenient way to work with collections of elements.

Lesson 1: Introduction to Java Standard Library

In Lesson 1, we introduce the Java Standard Library, also known as the Java API (Application Programming Interface). The Java API provides a rich set of classes and packages that form the foundation for Java development.