How to use printer option in java or is there any method to use print command?

Questions by suresh.bandlamudi   answers by suresh.bandlamudi

Showing Answers 1 - 2 of 2 Answers

chandra

  • Mar 29th, 2006
 

To handle data in the form of text the abstract classes:Reader and Writer are used. in this Print reader/writer handle printing of characters on the screen or on the printer.

  Streams represents IO devices.by using streams to handle IO devices.by using streams to handle IO devices. we are making java programe to be system independent

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions