Tuesday, November 29, 2011

What is the difference between InputStream/Outputstream classes?

InputStream and its sub classes are used for reading data in the form of streams.:InputStream is use for retrive the data from file in streams & OutPutStream is use for write the data in file in the form of stream:input stream is to take a data from the file and output stream is to write data in file from steam
Category:Java Interview Questions

No comments:

Post a Comment