Answer Posted / 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 View All Answers
Java is Pass by Value or Pass by Reference?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is the memory leak in java?
Which methods cannot be overridden in java?
What is stringbuffer in java?
Explain what are final variable in java?
What happens if I remove static from main method?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What is difference between filereader and bufferedreader?
What is covariant return type?
What is meant by the value of a variable?
What is the default value of float and double datatype in java?
What are "methods" and "fields"?
When we should use serialization?
What is object in java?