If write(0x01234567) is called on an instance of OutputStream, what will be written to the destination of the stream?.
Select the one correct answer.
(d)
The write()
method writes bytes only.
When given an int it only writes the 8 least significant bits.