swati- Have you tried using our handy dandy search utility? You can search for all sorts of terms within in this or ANY forum. Check it out -- it might be faster than waiting for someone else to find a helpful thread for you.
Is chp 18 from mughal sufficient for the exam preparation?(for I/O). Is there any other notes/books that u would recommend?
Swati Gupta
Ranch Hand
Joined: May 28, 2002
Posts: 106
posted
0
Thanks Jessica. The search utility is really helpful. But I realise that I am again spending a lot of time reading threads. I have gone the I/O chapter in KAM but the problem is that its hard to remember and I get when I try solving the mock exams. I will try writing more codes Thanks.
Swati, I really struggled with I/O but this Link helped me to clear my doubts. Chapter 10/11/21/22/23 and chapter 82 to 87. Khalid is good compared to RHE in I/O , probably need more revisions. -Arun
What worked for me, was to just write down all the IO classes, and then just go to the API documentation on the Sun site and figure out the hierarchy myself, instead of copying out and trying to memorise someone elses chart. You can also make a list of what constructors take what types of I/O classes. I made a tree similar to this: OutPutStreamWriter(InputStream in, String encoding) | |-> FileWriter(File f, or String s, opt. boolean append) ...etc. I found that a lot simpler than going through chapters to figure out how it all works together. Once you've got it memorized in a form like this, then go through a chapter on it again, and you will learn a lot more! Hope this helps!