What is I/O Filter?
Answers were Sorted based on User's Feedback
Answer / shaik siddhik
I/O filters use reading from 1 stream to writeing onother
stream
Is This Answer Correct ? | 20 Yes | 2 No |
Answer / qim2010
An I/O filter is an object that reads from one stream and
writes to another, usually altering the data in some way as
it is passed from one stream to another.
Is This Answer Correct ? | 12 Yes | 1 No |
What is a hashmap used for?
What are the disadvantages of using inner classes?
What is the different types of functions?
What is the significance of java packages?
How java uses the string and stringbuffer classes?
How can we create a thread in java?
Explain about transient variables in java?
What are the main uses of java?
What do you understand by weak reference?
Does java trim remove newline?
What is abstract class constructor called?
How to call one constructor from the other constructor ?