Difference between Reader/Writer and InputStream/Output
Stream?

Answer Posted / geetha

The reader/writer is character oriented, and the
input/output stream is byte oriented.

Is This Answer Correct ?    17 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is null false in java?

708


What are methods?

555


What is constructor in java ?

636


What is contract between hashcode and equal method?

574


What are the main concepts of oops in java?

593






Difference between nested and inner classes ?

610


What is assembly condition codes?

558


What are the different ways of creating thread?

572


Difference between start() and run() method of thread class?

590


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

1853


What is a local class in java?

587


Can we create an object of static class in java?

598


Is arraylist a class in java?

538


What is object class in java?

505


What are the advantages of assembly language?

503