aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes I/O abstract class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "I/O abstract class" Watch "I/O abstract class" New topic
Author

I/O abstract class

parag bharambe
Ranch Hand

Joined: Sep 01, 2000
Posts: 41
Hello freinds.
Can someone tell me what are the abstract classes in I/O.
Parag
Amit Roy
Ranch Hand

Joined: Oct 10, 2000
Posts: 132
InputStream,OutputStream(For reading and writing bytes)
and
Reader and Writer (For Reading and Writing Strings and Characters)
I think this shud have been avalilable in ne book
or was ur question somethin different and i got it wrong?
AMit


<I>Chance Favours the Prepared minds"</I>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: I/O abstract class
 
Similar Threads
can somebody explain me the difference between
What Does it Mean when a Directory's <list()> Returns <null>?
pathnames
Does HOME Interface represent FACTORY or ABSTRACT pattern?
Knight's tour