Java

Thank you for buying Learn Java in One Day and Learn It Well. Any updates to the book can be found here.

To download the source codes, please subscribe to my email list by entering your name and email address in the form below.

As a subscriber, you’ll be notified when I publish a new book or do a promotion on any of my existing books.

After you subscribe, you’ll receive an email to confirm your subscription followed by another email with the download link. Please check your spam folder or Promotions/Social tab (for Gmail users) if you do not receive the emails within an hour or so. If you encounter any problems subscribing or downloading the resources, please drop me an email at [email protected]

Join the Learn Coding Fast List

* indicates required




I HATE SPAM AS MUCH AS YOU DO AND PROMISE TO KEEP YOUR EMAIL SAFE!


Updates

Update: 9 May 2022

I’ve just updated the Java book to the 2nd edition. This new edition is largely similar to the original edition, but uses the Maven build tool. The Maven build tool uses a different package structure compared to the Ant build tool.

The 2nd edition also includes some new features in Java (mainly the switch expression that was introduced in Java 12).


Update: 9 Dec 2021

New versions of Netbeans come with additional features. Specifically, Netbeans now include three build tools – Maven, Gradle and Ant.

These tools perform tasks such as compiling and linking our source code, packaging the code into a usable form, running tests, and so on.

Ant is the easiest and most beginner-friendly. It is also the build tool used on previous versions of Netbeans. To follow the examples in the book, select “Java with Ant” when creating a new project. You’ll get the same interface as that shown in the book.


Update: 5 Dec 2018

If you purchased the 2016 edition and are unable to download the Netbeans 8 + JDK bundle, please click here for the updated instructions on downloading Netbeans 9.0.


If you enjoyed the book, I would be deeply appreciative if you would take some time to leave a review on Amazon.

If you have any questions, or you hit a snag when doing the project, feel free to email me at [email protected]. I’ll be happy to hear from you and I strive to reply all emails within 24hours.