/Intro-to-Java-Programming

Started a new journey on a new java book, let's see how fun and challenging it will get.

Primary LanguageJavaMIT LicenseMIT

Intro-to-Java-Programming

I've started my journey on a new java programming book, let's see how fun and challenging it will get. This basically contains my solutions to the Programming Exercises in Introduction to Java Programming, Comprehensive Version (10th Edition) by Y. Daniel Liang (Author). I chose this book because it was well recommended by other experienced java developers, it will also help me cover some loop holes I still have in java and subsequently it will help sharpen my data structures and algorithms knowledge.

Getting Started

Get you a copy of the project up and running on your local machine for development and testing purposes. Do note that each exercise was solved within the scope of new terminologies introduced in each chapters, so it's a good guide for progressive study.

Happy Coding!!!

Download

Here is a link to get the Comprehensive Version (10th Edition) by Y. Daniel Liang (Author)

Screenshots

Intro Page Title page

Contributing

Pull requests are welcomed. For major changes, please open an issue first to discuss what you would like to change. Thanks!

License

MIT License

Copyright

© Onikoyi Damola Olutoba

Progress

  • Chapter 01: Introduction to computers, Programs, and Java (STATUS: COMPLETED)
  • Chapter 02: Elementary Programming (STATUS: COMPLETED)
  • Chapter 03: Selections (STATUS: COMPLETED)
  • Chapter 04: Mathematical Functions, Characters, and Strings (STATUS: COMPLETED)
  • Chapter 05: Loops (STATUS: COMPLETED)
  • Chapter 06: Methods (STATUS: COMPLETED)
  • Chapter 07: Single-Dimensional Arrays (STATUS: COMPLETED)
  • Chapter 08: Multidimensional Arrays (STATUS: INCOMPLETE)
  • Chapter 09: Objects and Classes (STATUS: INCOMPLETE)
  • Chapter 10: Object-Oriented Thinking (STATUS: INCOMPLETE)
  • Chapter 11: Inheritance and polymorphism (STATUS: INCOMPLETE)
  • Chapter 12: Exception Handling and Text I/O (STATUS: INCOMPLETE)
  • Chapter 13: Abstract Classes and Interface (STATUS: INCOMPLETE)
  • Chapter 14: JavaFX Basics (STATUS: INCOMPLETE)
  • Chapter 15: Event-Driven Programming and Animations (STATUS: INCOMPLETE)
  • Chapter 16: JavaFX UI Controls and Multimedia (STATUS: INCOMPLETE)
  • Chapter 17: Binary I/O (STATUS: INCOMPLETE)
  • Chapter 18: Recursion (STATUS: INCOMPLETE)
  • Chapter 19: Generics (STATUS: INCOMPLETE)
  • Chapter 20: Lists, Stacks, Queues (STATUS: INCOMPLETE)
  • Chapter 21: Sets and Maps (STATUS: INCOMPLETE)
  • Chapter 22: Developing Efficient Algorithms (STATUS: INCOMPLETE)
  • Chapter 23: Sorting (STATUS: INCOMPLETE)
  • Chapter 24: Implementing Lists, Stacks, Queues, and Priority Queues, and Priority Queues (STATUS: INCOMPLETE)
  • Chapter 25: Binary Search Trees (STATUS: INCOMPLETE)
  • Chapter 26: AVL Trees (STATUS: INCOMPLETE)
  • Chapter 27: Hashing (STATUS: INCOMPLETE)
  • Chapter 28: Graphs and Applications (STATUS: INCOMPLETE)
  • Chapter 29: Weighted Graphs and Applications (STATUS: INCOMPLETE)
  • Chapter 30: Multithreading and Parallel Programming (STATUS: INCOMPLETE)
  • Chapter 31: Networking (STATUS: INCOMPLETE)
  • Chapter 32: Java Database Programming (STATUS: INCOMPLETE)
  • Chapter 33: JavaServer Faces (STATUS: INCOMPLETE)