Hi...i m new to java....
problem defination:---
Book store is basically a collection of variety of books. Store has various sections like art, world history, literature technical, and so on. All books are categorized in to one of these sections. User should be able add/modify/remove sections and books. On selection of a particular section, user should see the section details along with the list of books in the section. Similarly on selection of a book user should see the book details like book title, author, brief description of a book, price etc.
To do this program what should i use means
should i use jdbc or list or arrylist or any other ???
How to do this??