Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Java 9 Cookbook

Posted By: readerXXI
Java 9 Cookbook

Java 9 Cookbook
by Mohamed Sanaulla and Nick Samoylov
English | 2017 | ISBN: 1786461404 | 616 Pages | ePUB | 9.5 MB

The book is for intermediate to advanced Java programmers who want to make their applications fast, secure, and scalable.

What You Will Learn:

Set up JDK and know the differences in the JDK 9 installation
Implement OO designs using classes and interfaces
Manage operating system processes
Understand the new modular JDK and modular programming
Create a modular application with clear dependencies
Build graphical user interfaces using JavaFX
Use the new HTTP Client API
Learn about the new diagnostic features in Java 9
See how to use the new jShell REPL tool
Execute ES6-compliant JavaScript code from your Java applications

Java is an object-oriented programming language. It is one of the most widely accepted languages because of its design and programming features, particularly in its promise that you can write a program once and run it anywhere.

This cookbook offers a range of software development examples in simple and straightforward Java 9 code, providing step-by-step resources and time-saving methods to help you solve data problems efficiently. Starting with the installation of Java, each recipe addresses a specific problem, with a discussion that explains the solution and offers insight into how it works.

We cover major concepts such as Project Jigsaw and various tools that will enable you to modularize your applications. You will learn new features in the form of recipes that will make your applications modular, secure, and fast.