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 return null in java?
What is subsequence of a string?
What is the benefit of singleton pattern?
What is the exact difference in between unicast and multicast object? Where we will use?
How hashmap increases its size in java?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
What is difference between static variable and global variable?
What is a finally block?
How do I stop concurrentmodificationexception?
How can we pass argument to a function by reference instead of pass by value?
What is java util?
What is the difference between access specifiers and access modifiers in java?