All,
I have written a PhoneBook application in Java that is command line based. The application basically asks for some details of user like Name, Age, Address and p
System.setIn(new BufferedInputStream(new FileInputStream("input.txt")));