دانلود کتاب Java 13 Revealed - For Early Adoption and Migration.
by Kishori Sharan
|
عنوان فارسی: Java 13 نشان داد - به تصویب اولیه و مهاجرت. |
دانلود کتاب
جزییات کتاب
This book provides extensive coverage of the new HTTP Client APIs, which were introduced in Java 9 as a preview and was made a standard feature in Java 11. New Java features such as launching a single-file source code program and new switch syntax are discussed in detail.
What You Will Learn
* Use local variable type inference to declare local variables using the var restricted type name introduced in Java 10
* Take advantage of application class data sharing among JVMs for faster application startup
* Create HTTP requests, responses, and web sockets with the new HTTP Client APIs
* Run a single-file Java source code program using the java command without compiling it
* Apply the new switch statement and expressions to write compact and less error-prone code
* Work with text blocks in Java code
* About new APIs, deprecated APIs, and deprecated tools