• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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
 
My honeysuckle is blooming this year! Now to fertilize this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic