What is the difference between Stream Reader and Stream Writer?
Answer Posted / prasanna
No, Readers and writers are used to read and write the data
as a character wise.
where as Streams ares used to read and write the data as a
binary wise
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
Will set allow duplicates in java?
How does system arraycopy work in java?
What is the size of int?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is static import in java?
explain the difference between jdk and jvm?
What is sleep method?
How do you generate random numbers in java?
What is the purpose of void class?
Write a java program that prints all the values given at command-line.
What is singleton service?
Differentiate between a constructor and a method? Can we mark constructors final?
What is the point of polymorphism java?
Can we have multiple public classes in a java source file?
What is += mean in java?