+ 1
Can anyone please tell if BufferedReader is an object or method of io class of package java?
2 Réponses
+ 4
BufferedReader is a class. The declaration for Java.io.BufferedReader class:
public class BufferedReader extends Reader
0
BufferReader itself is a class from io package...
you can instantiate them.. & you can use their methods with using it's instance..