• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

I/O

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic