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 |
List two java ide’s?
What is early binding and late binding in java?
I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?
whats the diff between jsp and servlets?
How are Java source code files named?
What does flagged out mean?
What is string length in java?
What are predicates in java 8?
Explain about doubly linked list
0 Answers Aditi Placement Service,
What are null interfaces? Give some examples?
What is a function in programming?
what is the difference between thread and runnable types? : Java thread