0
java
what is the function of br.readline when making BufferRedReader?
1 Antwoord
+ 1
readline is a method that returns a line of text or string that has been read by BufferedReader class instance.
what is the function of br.readline when making BufferRedReader?