Java 13 Revealed For Early Adoption and Migration

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...

Full description

Bibliographic Details
Main Author: Sharan, Kishori
Format: eBook
Language:English
Published: Berkeley, CA Apress 2019, 2019
Edition:2nd ed. 2019
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02464nmm a2200301 u 4500
001 EB001876039
003 EBX01000000000000001039406
005 00000000000000.0
007 cr|||||||||||||||||||||
008 191108 ||| eng
020 |a 9781484254073 
100 1 |a Sharan, Kishori 
245 0 0 |a Java 13 Revealed  |h Elektronische Ressource  |b For Early Adoption and Migration  |c by Kishori Sharan 
250 |a 2nd ed. 2019 
260 |a Berkeley, CA  |b Apress  |c 2019, 2019 
300 |a XX, 273 p. 2 illus  |b online resource 
505 0 |a 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 
653 |a Computer programming 
653 |a Programming Languages, Compilers, Interpreters 
653 |a Programming languages (Electronic computers) 
653 |a Java 
653 |a Programming Techniques 
653 |a Java (Computer program language) 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
856 4 0 |u https://doi.org/10.1007/978-1-4842-5407-3?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.133 
520 |a 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