What is an i/o filter?

Answers were Sorted based on User's Feedback



What is an i/o filter?..

Answer / nashiinformaticssolutions

An item that reads from a single stream and outputs data to input and output sources is known as an I/O filter, also known as an input-output filter. It applied this filter using the java.io package.

Is This Answer Correct ?    0 Yes 0 No

What is an i/o filter?..

Answer / glibwaresoftsolutions

An item that reads from a single stream and outputs data to input and output sources is known as an I/O filter, also known as an input-output filter. It applied this filter using the java.io package.

Is This Answer Correct ?    0 Yes 0 No

What is an i/o filter?..

Answer / glibwaresoftsolutions

An item that reads from a single stream and outputs data to input and output sources is known as an I/O filter, also known as an input-output filter. It applied this filter using the java.io package.

Is This Answer Correct ?    0 Yes 0 No

What is an i/o filter?..

Answer / glibwaresoftsolutions

An item that reads from a single stream and outputs data to input and output sources is known as an I/O filter, also known as an input-output filter. It applied this filter using the java.io package.

Is This Answer Correct ?    0 Yes 0 No

What is an i/o filter?..

Answer / hr@tgksolutions.com

An item that reads from a single stream and outputs data to input and output sources is known as an I/O filter, also known as an input-output filter. It applied this filter using the java.io package.

Is This Answer Correct ?    0 Yes 0 No

What is an i/o filter?..

Answer / Leelendra Kumar Gangwar

An I/O Filter, also known as a stream filter, is a Java class that reads from one InputStream or writes to one OutputStream and optionally modifies the data. Filters are used in pipelining, where multiple filters are connected to form a chain that processes data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is compile time polymorphism?

20 Answers   CTS, Elementus Technologies, Oracle,


What is JVM ? use of JVM?

6 Answers   BVC, Tech Mahindra,


What is meant by memory leak?

1 Answers  


Difference between JVM and JRE?

3 Answers   Amdocs,


Explain about varargs in java?

1 Answers  


What are variable names?

1 Answers  


How is java created?

1 Answers  


Matrix multiplication only using OOP concepts .

0 Answers  


What is the size of an array?

1 Answers  


can any one tell me when do u go for inheritance and polymorphism

3 Answers  


Which of the following can be referenced by a variable? A. The instance variables of a class only B. The methods of a class only C. The instance variables and methods of a class

2 Answers  


What are the differences between stringbuffer and stringbuilder?

1 Answers  


Categories