Google News
logo
Java - Interview Questions
In how many ways can you read data from keyboard?
In java there are 2 ways to read data from keyboard.
1. BufferedReader class.
2.Scanner class.
Advertisement