IO Java Interview Questions

What is a IO stream?It is a stream of data that flows from source to destination. Good example is file copying. Two streams are involved – input stream and output stream. An input stream reads from the file and stores the data in the process (generally in a temporary variable). The output stream reads from …

IO Java Interview Questions Read More »