What is the difference between Stream Reader and Stream Writer?
Answer Posted / meera
there are only Reader or Writer in io stream in java, to
read and write the data in the form of bytes.
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
What are the concepts of 'OOPS'?
Can string be considered as a keyword?
How to perform bubble sort in java?
What is string array?
Is linkedlist thread safe in java?
Write a program to check string is palindrome without using loop?
What are the different collection views provided by maps?
What is the difference between overriding & overloading?
Describe how to implement singleton design pattern in struts.
Explain the features of java?
Where are the local variables stored?
Can Exception handling we can handle multiple catch blocks?
What is the purpose of a default constructor?
What do you mean by ordered and sorted in collections in java?
How do you implement polymorphism in our day to day life?