Can anyone please tell if BufferedReader is an object or method of io class of package java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone please tell if BufferedReader is an object or method of io class of package java?

25th Mar 2016, 1:41 PM
Tanuj Saraf
Tanuj Saraf - avatar
2 Answers
+ 4
BufferedReader is a class. The declaration for Java.io.BufferedReader class: public class BufferedReader extends Reader
13th Apr 2016, 8:26 PM
Jamal Ergig
Jamal Ergig - avatar
0
BufferReader itself is a class from io package... you can instantiate them.. & you can use their methods with using it's instance..
11th Jul 2016, 4:05 AM
siddhpura Amit
siddhpura Amit - avatar