Cantitate/Preț
Produs

Java 13 Revealed: For Early Adoption and Migration

Autor Kishori Sharan
en Limba Engleză Paperback – 24 oct 2019
Explore the new Java programming language features and APIs introduced in Java 10 through Java 13. Java 13 Revealed is for experienced Java programmers looking to migrate to Java 13. Author Kishori Sharan begins by covering how to use local variable type inference to improve readability of your code and time-based release versioning of the Java platform to understand the Java release strategy. 
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 fasterapplication 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
 Who This Book Is For
Java developers who want to update their Java skills from Java 9 to Java 13. 

 
Citește tot Restrânge

Preț: 21900 lei

Preț vechi: 27375 lei
-20% Nou

Puncte Express: 329

Preț estimativ în valută:
4190 4387$ 3467£

Carte disponibilă

Livrare economică 15-29 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484254066
ISBN-10: 1484254066
Pagini: 273
Ilustrații: XX, 273 p. 2 illus.
Dimensiuni: 178 x 254 mm
Greutate: 0.52 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1: Local Variable Type Inference.- 2: Java Versioning Scheme.- 3: The HTTP Client API.- 4: Launching Single File Source Code Programs.- 5: Enhanced Switch.- 6: Text Blocks.- 7: Class Data Sharing.- 8: Tools and APIs Changes.

Notă biografică

Kishori Sharan earned a master of science in computer information systems degree from Troy State University, Alabama. He is a Sun Certified Java 2 programmer. He has vast experience in providing training to professional developers in Java, JSP, EJB, and Web technologies. He possesses over ten years of experience in implementing enterprise-level Java applications.


   

Textul de pe ultima copertă

Explore the new Java programming language features and APIs introduced in Java 10 through Java 13. Java 13 Revealed is for experienced Java programmers looking to migrate to Java 13. Author Kishori Sharan begins by covering how to use local variable type inference to improve readability of your code and time-based release versioning of the Java platform to understand the Java release strategy. 
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.

You will:

  • 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

Caracteristici

First early adopter book on Java 13 Also covers prior releases of Java 10, 11, and 12 Written by Kishori Sharan, Java expert, author, and programmer