Sail E0 Webinar
Question
Select the method which returns the number of bytes from the array buffer:
Options:
A .  void WriteByte(byte value)
B .  int Write(byte[] buffer ,int offset ,int count)
C .  write()
D .  None of the mentioned
Answer: Option B


Writes a subrange of count bytes from the array buffer,beginning at buffer[offset], returning the number of bytes written.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers