Related Subjects
Computer Science Computers Computers & Technology Education & Reference Java Languages & Tools Mathematics Networking Networks, Protocols & APIs Object-Oriented Design Object-Oriented Software Design Programming Programming Languages Science & Math Software Software Design & Engineering Software Design, Testing & Engineering Software DevelopmentThe basis of Java is to make hard things easy and easy things impossible. And among one of these impossibilites is standard I/O.After having tried almost every single I/O class in Java and having been only able to get FileReader and FileWriter to work successfully, I decided to buy this book. I was afraid that I would get it and it would be so technical that only people who wear pocket protectors as their standard gear...
0Report
I had been using Java without really comprehending Java's approach to I/O. Other books never really explained what was going on to the extent that I could ever trust myself to write I/O code without having a book open.This book clearly explains the theory and practice of Java I/O, and all the various features. It's the second most valuable Java book I own (Java in a Nutshell being the most frequently used). The book has...
0Report
I'm a C++ programmer that has given himself a crash-course in Java for a project at work. If I had this book earlier, I would have gotten things done a lot faster. Every programmer should be familiar with input and output streams, but how many can say they know the in's and out's of Java's cryptographic streams and piped streams? If asked, could you tell the difference between a BufferedWriter and a PrintWriter? I...
0Report
This is an excellent book.After jumping around and reading about a third of it, I was already recommending to some of the newer Java programmers around me to pick it up and get a solid understanding of proper I/O use in Java. I very much recommend this as any Java programmer's second book. Right after learning the language itself, this book should be read followed closely by other O'Reilly titles such as Java Threads...
0Report