Can anyone point me to where i can read more on I/O and the various methods related to I/O? I am referring to RHE and Exam Prep. I am specifically looking for code related to I/O, STREAMS ,READERS AND WRITERS. Thanks in advance
You can start with the Java Tutorial Essentual Java Classes It covers the basic IO streams and Readers and Writers. You can get TIJ2 as a pdf on line and it has a chapter on IO. Follow that with the tutorial on Custom Networking which is quite a jump but.... A good book on this is IO and Streams by Oreilly. Hope This helps