1.

Record Nr.

UNISA996205257203316

Titolo

Country profile South Korea, North Korea / / EIU, the Economist Intelligence Unit

Pubbl/distr/stampa

London, : The Unit, c1993-

Descrizione fisica

1 online resource

Disciplina

330.9519/005

330.9519/5/005

Soggetti

Economic history

Politics and government

Periodicals.

Korea (South) Economic conditions 1988-2002 Periodicals

Korea (North) Economic conditions Periodicals

Korea (South) Politics and government 1988-2002 Periodicals

Korea (North) Politics and government Periodicals

Korea (South) Economic conditions 1960-1988 Periodicals

Korea (South) Economic conditions 1960- Periodicals

Korea (South) Politics and government 1988- Periodicals

Corée du Sud Conditions économiques 1960-1988 Périodiques

Corée du Sud Politique et gouvernement 1988-2002 Périodiques

Corée du Nord Conditions économiques Périodiques

Corée du Nord Politique et gouvernement Périodiques

Corée du Sud Conditions économiques 1988-2002 Périodiques

Korea (North)

Korea (South)

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Periodico



2.

Record Nr.

UNINA9910349523503321

Autore

Sharan Kishori

Titolo

Java 13 Revealed : For Early Adoption and Migration / / by Kishori Sharan

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2019

ISBN

9781484254073

1484254074

Edizione

[2nd ed. 2019.]

Descrizione fisica

1 online resource (286 pages) : illustrations

Disciplina

005.133

Soggetti

Java (Computer program language)

Programming languages (Electronic computers)

Computer programming

Java

Programming Languages, Compilers, Interpreters

Programming Techniques

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

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.

Sommario/riassunto

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.