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 does java se mean?
Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.
what is the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,
make a method which any number and any type of argument and print sum of that arguments.....
Why java is secure? Explain.
What is the generic function?
Why does java doesnot support multiple inheritance?
How to call one constructor from the other constructor ?
Can we create a class inside a class in java?
what is the difference between sleep() and Wait()?
What is a dot notation?
What is null object in java?