Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Java Standard Library and Collections Framework

Header Image

  1. Strings and StringBuilder
    • This article covers the basics of Java strings, StringBuilder, and StringBuffer, including their differences, methods, and how to use them effectively for string manipulation in a pirate-themed context.
  2. File input and output
    • This pirate-themed article sails through file input and output in Java, exploring reading and writing text files, working with directories, using the File class and its methods, and harnessing the power of buffered streams.
  3. Date and time handling
    • In this article, we explore Java’s date and time classes, learn how to format and parse dates and times, and navigate through time zones to help you master the high seas of Java’s date and time handling.
  4. Collections (List, Set, Map)
    • In this article, we explored Java Collections, focusing on the List, Set, and Map interfaces along with their implementations (ArrayList, LinkedList, HashSet, TreeSet, HashMap, and TreeMap), using pirate-themed examples to make the concepts approachable and engaging.
  5. Generics
    • In this pirate-themed adventure through Java Generics, we explore the powerful concepts of generic classes and methods, type parameterization, and wildcard types, unlocking the treasure trove of flexible, type-safe, and versatile coding techniques.

Table of contents