Programming - Streams and Files - Discussion

You Are Here :: Home > JAVA > Streams and Files - Discussion

 



Q.

______________________ method of File Reader class reads the character and returns its integer value.                         


A. read() B. write()
C. readLine() D. writeLine()

Answer: Option A
Explaination:

 


read() method is used to read data in bytes.It reads the character and returns its integer value.




Discussion

Your Comments Goes here...
NameDiscussion