DataOutput

What is the basic functionality of DataOutput interface in java?

Questions by ravurivinod

Showing Answers 1 - 6 of 6 Answers

aleemkh

  • Jul 22nd, 2008
 

DataOutputStream is the class which implements DataOUtput Interface. The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.

aleemkh

  • Jul 22nd, 2008
 

The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.

Give your answer:

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

 

Related Answered Questions