Which method of character stream class returns the numbers of characters successfully read starting at count?
A. int Read()
B. int Read(char[] buffer, int index, int count)
C. int ReadBlock(char[ ] buffer, int index, int count)
D. none of the mentioned
Answer: Option B
Join The Discussion