ALLInterview.com :: Home Page            
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
   
 
Categories  >>  Software  >>  Java Related  >>  Java J2EE  >>  Core Java
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
Difference between Reader/Writer and InputStream/Output 
Stream?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Difference between Reader/Writer and InputStream/Output Stream?
Answer
# 1
The Reader/Writer class is character-oriented and the
InputStream/OutputStream class is byte-oriented.
 
Is This Answer Correct ?    127 Yes 6 No
Janet
 
  Re: Difference between Reader/Writer and InputStream/Output Stream?
Answer
# 2
Reaer/writer belongs to the charecter stream
I/P and O/P belongs to the byte stream
 
Is This Answer Correct ?    56 Yes 12 No
Ravikiran(aptech Mumbai)
 
 
 
  Re: Difference between Reader/Writer and InputStream/Output Stream?
Answer
# 3
reader/writer support only cahracter and input/output
stream support only bytes input stram and the java reader
class has only one differnce and that is input stream only
support bytes and the reader class only supports the
character.
 
Is This Answer Correct ?    42 Yes 8 No
Rohit Rajput
 
  Re: Difference between Reader/Writer and InputStream/Output Stream?
Answer
# 4
These are IO streams but difference their
InputStream/OutputStreams class are byte-oriented
streams.this streams read and write in byte oriented.
InputStream/OutputStreams are never support unicode characters.

Reaer/writer class are belongs to the charecter stream
this streams read and write in character oriented Streams .
Reaer/writer are never supports unicode characters.
 
Is This Answer Correct ?    29 Yes 10 No
Paletipatisrinu
 
  Re: Difference between Reader/Writer and InputStream/Output Stream?
Answer
# 5
reader and writer belongs to cd drive where inputstream and
outputstream belongs to USB drive.
 
Is This Answer Correct ?    8 Yes 38 No
Ajaal Kujaal
 
  Re: Difference between Reader/Writer and InputStream/Output Stream?
Answer
# 6
i think there is no difference 
Is This Answer Correct ?    5 Yes 53 No
Vinay Bhide
 
  Re: Difference between Reader/Writer and InputStream/Output Stream?
Answer
# 7
The reader/writer is character oriented, and the
input/output stream is byte oriented.
 
Is This Answer Correct ?    7 Yes 0 No
Geetha
 
  Re: Difference between Reader/Writer and InputStream/Output Stream?
Answer
# 8
reader and writer is related to character, and input and
output is related to byte.
 
Is This Answer Correct ?    4 Yes 1 No
Karpagam
 
  Re: Difference between Reader/Writer and InputStream/Output Stream?
Answer
# 9
The Reader/Writer class hierarchy is character-oriented, and
the Input Stream/Output Stream class hierarchy is byte-oriented.
Basically there are two types of streams.Byte streams that
are used to handle stream of bytes and character streams for
handling streams of characters.In byte streams input/output
streams are the abstract classes at the top of
hierarchy,while writer/reader are abstract classes at the
top of character streams hierarchy.
 
Is This Answer Correct ?    1 Yes 0 No
Karan
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
WAP to illustrate the use of interface  2
why abstract class will have a constructor?  3
what is jms? features of jms CTS2
What is the difference between Abstract Class and Interface AMDOC8
Can applet in different page/s communicate with each other?  1
My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp? TCS3
What is the ResourceBundle? Elementus-Technologies2
Difference between String & StringBuffer Wipro16
interface X{ void m1(); void m2(); } class Child2 extends Object implements X { public void m1(){ System.out.println("Child2 M1"); } public void m2(){ System.out.println("Child2 M2"); } } public class ParentChildInfterfaceDemo { public static void main(String[] args){ X x = new Child2(); X x1 = new Child2(); x.m1(); x.m2(); x.equals(x1); } } Will the above code work? If yes? Can you please explain why the code x.equals(x1) will work as the equals method is called on interface reference vaiable?  2
Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens? Flextronics1
What is the Vector class?  3
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC  2
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 


   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2012  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com