InterviewSolution
Saved Bookmarks
| 1. |
What Are Filter Streams? |
|
Answer» Filter streams are a CATEGORY of IO streams whose responsibility is to add EXTRA functionality (ADVANTAGE) to the existing streams LIKE giving line numbers in the destination file that do not exist int the SOURCE file or increasing performance of copying etc. Filter streams are a category of IO streams whose responsibility is to add extra functionality (advantage) to the existing streams like giving line numbers in the destination file that do not exist int the source file or increasing performance of copying etc. |
|