Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
Type of Medium
Language
Region
Library
Years
Subjects(RVK)
  • 1
    UID:
    almahu_BV045372874
    Format: 1 Online-Ressource (xiii, 771 Seiten) : , Illustrationen.
    Edition: Second edition
    ISBN: 978-1-78913-528-2
    Content: Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Installation and a Sneak Peek into Java 11 -- Introduction -- Installing JDK 18.9 on Windows and setting up the PATH variable -- How to do it... -- Installing JDK 18.9 on Linux (Ubuntu, x64) and configuring the PATH variable -- How to do it... -- Compiling and running a Java application -- Getting ready -- How to do it... -- What's new in Java 11? -- Getting ready -- How to do it... -- JEP 318 - Epsilon -- JEP 321 - HTTP Client (Standard) -- JEP 323 - Local-Variable Syntax for Lambda Parameters -- JEP 333 - ZGC -- New API -- There's more... -- Using application class-data sharing -- Getting ready -- How to do it... -- Chapter 2: Fast Track to OOP - Classes and Interfaces -- Introduction -- Implementing object-oriented design (OOD) -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using inner classes -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using inheritance and aggregation -- Getting ready -- How to do it... -- How it works... -- Aggregation makes the design more extensible -- Coding to an interface -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating interfaces with default and static methods -- Getting ready -- How to do it... -- How it works... -- Creating interfaces with private methods -- Getting ready -- How to do it... -- How it works... -- There's more... -- A better way to work with nulls using Optional -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using the utility class Objects -- Getting ready -- How to do it... -- How it works... -- Chapter 3: Modular Programming -- Introduction -- Using jdeps to find dependencies in a Java application -- Getting ready -- How to do it
    Content: How it works... -- There's more... -- Creating a simple modular application -- Getting ready -- How to do it... -- How it works... -- See also -- Creating a modular JAR -- Getting ready -- How to do it... -- Using a module JAR with pre-Project Jigsaw JDK applications -- Getting ready -- How to do it... -- Bottom-up migration -- Getting ready -- How to do it... -- Modularizing banking.util.jar -- Modularizing math.util.jar -- Modularizing calculator.jar -- How it works... -- Top-down migration -- Getting ready -- How to do it... -- Modularizing the calculator -- Modularizing banking.util -- Modularizing math.util -- Using services to create loose coupling between the consumer and provider modules -- Getting ready -- How to do it... -- Creating a custom modular runtime image using jlink -- Getting ready -- How to do it... -- Compiling for older platform versions -- Getting ready -- How to do it... -- How it works... -- Creating multi-release JARs -- How to do it... -- How it works... -- Using Maven to develop a modular application -- Getting ready -- How to do it... -- Making your library module-path-friendly -- Getting ready -- How to do it... -- How it works... -- There's more... -- How to open a module for reflection -- Getting ready -- How to do it... -- How it works... -- Chapter 4: Going Functional -- Introduction -- Using standard functional interfaces -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a functional interface -- Getting ready -- How to do it... -- How it works... -- There's more... -- Understanding lambda expressions -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using lambda expressions -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using method references -- Getting ready -- How to do it... -- Static unbound method reference
    Content: Non-static bound method reference -- Non-static unbound method reference -- Constructor method references -- There's more... -- Leveraging lambda expressions in your programs -- Getting ready -- How to do it... -- There's more... -- Chapter 5: Streams and Pipelines -- Introduction -- Creating immutable collections using the of() and copyOf() factory methods -- Getting ready -- How to do it... -- There's more... -- Creating and operating on streams -- Getting ready -- How to do it... -- How it works... -- Using numeric streams for arithmetic operations -- Getting ready -- How to do it... -- There's more... -- Completing streams by producing collections -- Getting ready -- How to do it... -- Completing streams by producing maps -- Getting ready -- How to do it... -- Completing streams by producing maps using grouping collectors -- Getting ready -- How to do it... -- There's more... -- Creating stream operation pipeline -- Getting ready -- How to do it... -- There's more... -- Processing streams in parallel -- Getting ready -- How to do it... -- Chapter 6: Database Programming -- Introduction -- Connecting to a database using JDBC -- How to do it... -- How it works... -- There's more... -- Setting up the tables required for DB interactions -- Getting ready -- How it works... -- There's more... -- Performing CRUD operations using JDBC -- Getting ready -- How to do it... -- There's more... -- Using the Hikari Connection Pool (HikariCP) -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using prepared statements -- Getting ready -- How to do it... -- There's more... -- Using transactions -- Getting ready -- How to do it... -- There's more... -- Working with large objects -- Getting ready -- How to do it... -- There's more... -- Executing stored procedures -- Getting ready -- How to do it... -- There's more
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-1-78913-235-9
    Language: English
    Subjects: Computer Science
    RVK:
    Keywords: Java Standard Edition 11
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    UID:
    edocfu_9961373900202883
    Format: 1 online resource (1 volume) : , illustrations
    Edition: Second edition.
    ISBN: 1-78913-528-1
    Content: Solutions for modular, functional, reactive, GUI, network, and multithreaded programming Key Features Explore the latest features of Java 11 to implement efficient and reliable code Develop memory-efficient applications, understanding new garbage collection in Java 11 Create restful webservices and microservices with Spring boot 2 and Docker Book Description For more than three decades, Java has been on the forefront of developing robust software that has helped versatile businesses meet their requirements. Being one of the most widely used programming languages in history, it's imperative for Java developers to discover effective ways of using it in order to take full advantage of the power of the latest Java features. Java 11 Cookbook offers a range of software development solutions with simple and straightforward Java 11 code examples to help you build a modern software system. Starting with the installation of Java, each recipe addresses various problem by explaining the solution and offering insights into how it works. You'll explore the new features added to Java 11 that will make your application modular, secure, and fast. The book contains recipes on functional programming, GUI programming, concurrent programming, and database programming in Java. You'll also be taken through the new features introduced in JDK 18.3 and 18.9. By the end of this book, you'll be equipped with the skills required to write robust, scalable, and optimal Java code effectively. What you will learn Set up JDK and understand what's new in the JDK 11 installation Implement object-oriented designs using classes and interfaces Manage operating system processes Create a modular application with clear dependencies Build graphical user interfaces using JavaFX Use the new HTTP Client API Explore the new diagnostic features in Java 11 Discover how to use the new JShell REPL tool Who this book is for The book is for intermediate-to-advanced Java programmers who want to make their applications fast, secure, and scalable. Downloading the example code for this book You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.
    Additional Edition: ISBN 1-78913-235-5
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Did you mean 9783789133282?
Did you mean 9781789235272?
Did you mean 9781789132212?
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages