Java Interview Questions
Saturday, 16 March 2013
What is the difference between InputStream/Outputstream classes?
What is the difference between InputStream/Outputstream classes?
InputStream and its sub classes are used for
reading
data in
the form
of streams.
Ex : FileInputStream, DataInputStream
OutputStream and its sub classes are used for writing data inthe form
of streams.
Ex: FileOutputStream, DataOutputStream
Blog Author:
Vijay Kumar
Go to:
Coding Problem Solutions
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment