What is the main purpose of wrapping InputStreamReader in BufferedReader?
To add output capabilities
To convert bytes to characters
To make reading faster and efficient
To enable writing to file
This question is part of this quiz :
Java BufferedReader vs Scanner and Fast I/O