![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I'm designong and implementing Java program that implements a simple catalogue system for our home library. A book entry in this system consists of a title, an author, and a year of copyright. A user of the system should be able to perform the following operations: -Enter a book into the library. If not all components of the book description are given, default values should be entered (i.e., "unknown" for title or author and -1 for the copyright year). I have to use various classes to do this...any suggestions? Replies: |
Sponsored Links
|