aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes IO doubt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "IO doubt" Watch "IO doubt" New topic
Author

IO doubt

zarina mohammad
Ranch Hand

Joined: Jun 26, 2002
Posts: 104
why does this IO program produce no output?:

i was expecting the output to be EOFException.
can someone explain plz.
thanks
zarina
Corey McGlone
Ranch Hand

Joined: Dec 20, 2001
Posts: 3271
How can it print EOFException, if you don't put in the code to output the exception? You're catching the exception, so it is considered handled, unlike a runtime exception. If you change your catch block to look like this:

I think you'll see what you're looking for.
Corey


SCJP Tipline, etc.
zarina mohammad
Ranch Hand

Joined: Jun 26, 2002
Posts: 104
thanks for correcting.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: IO doubt
 
Similar Threads
Streams Vs Reader/Writer
I/O BufferedInputStream
How to add newline in a textfile using dataouputstream in java
Read files and replace Strings
Transfering Files