1.

The method used to write a single byte to an output stream?

A. void WriteByte(byte value)
B. int Write(byte[] buffer ,int offset ,int count)
C. write()
D. none of the mentioned
Answer» B. int Write(byte[] buffer ,int offset ,int count)


Discussion

No Comment Found