Hello, I hope whoever is reading is doing well. I am currently reading the book "Java: A Beginner's Guide, 9th Edition". One of the chapters goes into Java's input-output functionality. After giving it a read through, I am sadly unable to understand and grasp the concept of I/O. The self test at the end of the section further pushed this fact to me (difficulty constructing an object of subclass outputstream, reading text data from a file). This has brought a few concerns which I would like help clearing up:
How essential is a good understanding of java I/O? Before I move on, should I take the time to learn this concept better, or would it be more beneficial to look back on it later? And if I am to learn now, should it be in-depth (like a book), or supplemental (articles, and youtube videos)? I am still a beginner, and the next part of the book is covering multithreading. Thank you for your time.