About 6,580,000 results
Open links in new tab
  1. java - Creating a book class - Stack Overflow

    Dec 11, 2020 · With 5 fields title - String, the title of the book. Author - String, the author of the book. Pages - integer, the number of pages in the book. Publisher - String, the publisher of the …

  2. Language Books/Tutorials for popular languages - Stack Overflow

    Aug 22, 2008 · This book, recommended by Patrick Lozzi is a great way to learn what they are capable of. Algorithms in C, C++, and Java - A great way to learn all the classic algorithms if …

  3. Creating a program with Book class and TestBook class in Java

    Creating a program with Book class and TestBook class in Java Asked 10 years, 11 months ago Modified 6 years, 11 months ago Viewed 34k times

  4. java - Library book sorting - Stack Overflow

    Mar 23, 2022 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

  5. The Definitive C++ Book Guide and List - Stack Overflow

    The book's perspective suggests relatively poor or ineffective use of C++ and "object oriented" programming, akin to poor application of the GoF Design Patterns.

  6. Java Bookstore program - Stack Overflow

    Apr 10, 2013 · I am writing a bookstore program for homework. The program gives the user 6 different options for them to select from. Currently, the one I am working on is option 1. Option …

  7. java - how to output the book's title, author, and show the bookID ...

    Dec 5, 2021 · I'm a new java learner. Now I need to set the bookID from 1000, and according to the total number of input IDs, book author, and book title, respectively show the book's …

  8. Java edit book, loan book and return book methods

    Dec 9, 2015 · I am looking to implement edit book, loan book and return book function and don't know where to begin. So far I have 4 classes consisting of a Book, Library, LibraryTester and …

  9. How Long Does it Take to Learn Java for a Complete Newbie?

    May 25, 2013 · Java would not necessarily be faster or slower to learn than other similar languages. Sun's Java tutorials are great, but unfortunately programming is one of the things …

  10. java - Library system - Borrowing a book - Stack Overflow

    Mar 24, 2015 · I've been working on a library system for a few weeks now, but have a problem whilst trying to initialize the "borrow" feature for the system. I would really …