What is the BufferedReader class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the BufferedReader class?
Rating:
The BufferedReader class is used for fast reading operations of texts from a character-input stream. It can be used to read single characters, arrays, and lines of data. The size of buffer may or may not be specified. The readLine() method of the BufferedReader class can be used to get the next line of characters from a file, and the skip(long n) method can be used to skip n number of characters.
Rating:
Was this information helpful?
Other articles
- What is the || (OR) operator?
- SCJP CX310-065 Short Notes: Exam passing tips
- What is the higherKey(k) method of the NavigableMap interface?
- Things to practice for Sun test CX310-065.
- What is the floorKey(k) method of the NavigableMap interface?