answersLogoWhite

0

BufferedReader is a class used to read text from charater-input stream and buffering characters which reads characters, arrays, and new lines.

In general, each read request made using "Reader" class, causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders. For example, BufferedReader in = new BufferedReader(new FileReader("foo.in"));

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Example of BufferedReader mothod in java programming?

import java.io.*; class gar { protected static void main()throws IOException { BufferedReader in=new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter a value: "); int a=Integer.parseInt(in.readLine()); } }


What is the meaning of bufferedreader?

BufferedReader br = new BufferedReader- can readline and close Java closes when the program terminates but you should always close the file.


What is a BufferedReader in java?

buffered is basically a way of creating an object


What is parseInt in BufferedReader in java?

parseInt() interprets the next available token as an int.


What is IOExeption in BufferedReader in java?

IOException is thrown when a general input output error occurs.


In java which package BufferReader class exist?

I believe you are asking about BufferedReader. It is in java.io package. java.io.BufferedReader;


What programming language are java applets written in?

Java applets are written in the Java programming language. Java is considered to be one of the oldest and most commonly used programming languages in the world.


What is the first name before of the Java Programming?

The first name of the Java Programming was Oak. It then went by the game Green and finally Java from Java coffee.


What is java card?

Java Card is a Java platform for programming smart cards.


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


Is the best institute for learn java programming in Pakistan?

The Java programming language is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. Then you learn java programming language in Pakistan get the best java programming classes at the lowest cost.


What is the pane in which the Java programming statements are located called?

The pane in which the Java programming statements are located is called