What is I/O Filter?

Answers were Sorted based on User's Feedback



What is I/O Filter?..

Answer / shaik siddhik

I/O filters use reading from 1 stream to writeing onother
stream

Is This Answer Correct ?    20 Yes 2 No

What is I/O Filter?..

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

Post New Answer

More Core Java Interview Questions

What is java volatile?

0 Answers  


What is a classloader in java?

0 Answers  


what are the different non-access specifiers in java?

5 Answers  


is there a separate stack for each thread in java? : Java thread

0 Answers  


What is use of inner class in java?

0 Answers  






can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}

4 Answers  


why not override thread to make a runnable? : Java thread

0 Answers  


What is not thread safe?

0 Answers  


Is vector ordered in java?

0 Answers  


When will we use class loader?

2 Answers  


what is the collable collections in java?

2 Answers   Persistent,


What is class??

0 Answers   Tech Mahindra,


Categories