Menu

(Solved) : Using Java Project Stressing Need Also Stored Binary File Using Try Catch Thank Maintaini Q44007432 . . .

Using Java, this project is stressing me out. I need this, butalso for it to be stored in a binary file, and using try/catch.Thank you!!

You are maintaining an inventory for a store. What type of storeis up to you. Some ideas: bookstore, music store, pet store, etc…You need a system that will let you enter your inventory (and storeit in a file). You also should be able to sort it, and updateit.

For the items in your inventory, you will be keeping track ofits basic information (i.e. for books: name, publisher, year,author, pages, price). Your system will allow you to keep track ofwho purchases the items from your store (name, address, telephone,what they bought, how much they paid).

This information is also to be stored in a file (separate fromthe inventory file). Your program should open with a menu thatallows me to see your inventory (provide at least 3 ways of lookingat your inventory – unsorted, and 2 sorted views – the sorted viewsare up to you). You could use a sorted view for the bookstore suchas sorted by title or author, for example. Your program should letme search your inventory using any 3 methods (of your choice – forbooks, could be by title, author, year). Your program should let methen enter a customer’s data and what they bought. I should thenalso be able to see the list of customer’s (sorted and unsorted)and also search the customer list based upon any 3 methods (of yourchoice – for example, by name, city, and phone).

Finally, I should be able to delete inventory or customers aswell.

Expert Answer


Answer to Using Java, this project is stressing me out. I need this, but also for it to be stored in a binary file, and using try/…

OR