Learn Java 12 Programming

This is the code repository for , published by Packt.

A step-by-step guide to learning essential concepts in Java SE 10, 11, and 12

What is this book about?

Java and its new features add to the richness of the language. It is the preferred language for many of today’s leading-edge technologies, everything from smartphones and game consoles to robots, massive enterprise systems, and supercomputers. Java 12 programming is your one-stop guide to learning the language and all its latest features.

This book covers the following exciting features:

If you feel this book is for you, get your copy today!

<img src="https://raw.githubusercontent.com/PacktPublishing/GitHub/master/GitHub.png" alt="https://www.packtpub.com/" border="5" />

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

interface A { }
interface B extends A {}
interface C extends B {}
interface D extends C {}

Following is what you need for this book: Students, software developers, or anyone looking to learn new skills or even a language will find this book useful. Although this book is for beginners, professional programmers can benefit from it too. Previous knowledge of Java or any programming language is not required.

With the following software and hardware list you can run all code files present in the book (Chapter 1-19).

Software and Hardware List

Chapter Software required OS required
1-18 JDK 12, Source Control Tool Git Windows, Mac OS X, and Linux (Any)
10 PostgreSQL, PostgreSQL 11.2 Windows, Mac OS X, and Linux (Any)
5, 6, 7 Commons Lang3 library, Commons Collections Library, Log4J Framework, Commons Codec Library Windows, Mac OS X, and Linux (Any)
7 JUnit Framework, Mockito Framework Windows, Mac OS X, and Linux (Any)
12 JavaFX GUI Framework Windows, Mac OS X, and Linux (Any)
13 Annotations Library Windows, Mac OS X, and Linux (Any)
15 RxJava Library Windows, Mac OS X, and Linux (Any)
16 Vert.x Development Kit Windows, Mac OS X, and Linux (Any)
17 Java Microbenchmark Harness Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Nick Samoylov graduated from Moscow Institute of Physics and Technology, working as a theoretical physicist and learning to program as a tool for testing his mathematical models. After the demise of the USSR, Nick created and successfully ran a software company, but was forced to close it under the pressure of governmental and criminal rackets. In 1999, with his wife Luda and two daughters, he emigrated to the USA and has been living in Colorado since then, working as a Java programmer. In his free time, Nick likes to write and hike in the Rocky Mountains.

Other books by the authors

Introduction to Programming

Java 11 Cookbook - Second Edition

Suggestions and Feedback

Click here if you have any feedback or suggestions.