![]() |
| ||||||||||||||||||||||||||||||
simple java programposted on 18/5/2001This project aims at developing a primitive application for a library system. The data for the system is stored in a file books.txt. You are to write three java classes, namely; Book, Library and TestLibrary Here is a sample output: *********************************** Welcome to the Virtual Library ********************************** Available Services: 1 Add a book. 2 Search a book by author 3 Search a book by category 4 Display all books 5 Exit the Library Enter Code: ********************************* Each service should be properly implemented by invoking methods in the Library class. On entering code 5, the program should save all contents of array to the text file. Things you need to use: 1-D Array String Tokenizer Buffered Reader for reading input from keyboard. File Reader for reading the books.txt file. File Writer for saving information in the file. Random number generator for giving unique numbers to books. We are no longer accepting applications for this project. |
|||||||||||||||||||||||||||||||