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 a hashmap used for?

0 Answers  


What are the disadvantages of using inner classes?

0 Answers  


What is the different types of functions?

0 Answers  


What is the significance of java packages?

0 Answers  


How java uses the string and stringbuffer classes?

0 Answers  






How can we create a thread in java?

0 Answers  


Explain about transient variables in java?

0 Answers  


What are the main uses of java?

0 Answers  


What do you understand by weak reference?

0 Answers  


Does java trim remove newline?

0 Answers  


What is abstract class constructor called?

0 Answers  


How to call one constructor from the other constructor ?

0 Answers  


Categories