• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I/O notes ...

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi frnds ...
i m very weak in i/o ...
can any1 tell me where i cam find some gooood nd concise notes on I/O .....
thanks in advance ...
manal ...
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same problem. the I/O topic is very cunfusing.
after reading I/O from RHE five times , i am not sure thati
can solve the problem in real exam. any solution?
praveen

Originally posted by manal:
hi frnds ...
i m very weak in i/o ...
can any1 tell me where i cam find some gooood nd concise notes on I/O .....
thanks in advance ...
manal ...


 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
manal,
I/O is indeed a difficult topic to understand and comprehend for most people. It does take its time and patience to understand it. What you need to do is to write small programs to read a file , write to a file, read from the console, etc. Take your time to develop confidence in this area.
The easiest section to start with is FileInputStream and FileOutputStream start from this and move to FileReader and FileWriter. and then move to other streams. Things get easy with time.

------------------
Regds.
Rahul P. Mahindrakar
 
manal
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks rahul...
but my problem is that I/O is very messy ... i have 2 give my exam on thursday ....
where could i find notes 2-3 pages so i could learn them by heart ...
pls help me .....please ..
manal
 
Rahul Mahindrakar
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check out Marcus Greens tutorial on I/O here

------------------
Regds.
Rahul P. Mahindrakar
reply
    Bookmark Topic Watch Topic
  • New Topic