12 lines
691 B
Markdown
Raw Normal View History

## Core Java IO APIs
This module contains articles about core Java input/output(IO) APIs.
### Relevant Articles:
- [Constructing a Relative Path From Two Absolute Paths in Java](https://www.baeldung.com/java-relative-path-absolute)
2023-04-21 18:40:28 +03:00
- [Get the Desktop Path in Java](https://www.baeldung.com/java-desktop-path)
2023-08-09 20:45:45 +08:00
- [Check if a File Is Empty in Java](https://www.baeldung.com/java-check-file-empty)
- [Converting Relative to Absolute Paths in Java](https://www.baeldung.com/java-from-relative-to-absolute-paths)
2023-09-29 23:02:38 +08:00
- [Detect EOF in Java](https://www.baeldung.com/java-file-detect-end-of-file)
2023-11-05 13:02:33 +08:00
- [PrintWriter vs. FileWriter in Java](https://www.baeldung.com/java-printwriter-filewriter-difference)