Tag: Java
Date and Time API in Java
Work with modern java.time types: LocalDate, LocalDateTime, and Duration.
Reading and Writing Files in Java
Read text files fully or line-by-line and append content safely.
Serialization in Java
Convert objects to byte streams with Serializable (and know safer alternatives).