Ergebnisse für *

Es wurden 26 Ergebnisse gefunden.

Zeige Ergebnisse 1 bis 25 von 26.

Sortieren

  1. Java
    the complete reference
    Erschienen: 1997
    Verlag:  Osborne McGraw-Hill, Berkeley [u.a.]

    Technische Hochschule Brandenburg, Hochschulbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Beteiligt: Schildt, Herbert (Verfasser)
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 0078822319
    RVK Klassifikation: ST 250
    Schlagworte: Internet programming; Java (Computer program language); Java Standard Edition 11; Java <Programmiersprache>; Java Standard Edition 8
    Umfang: XXIV, 886 S., Ill.
  2. Java
    the complete reference; [comprehensive coverage of the Java language; fully updated for Java SE 8 (JDK 8)]
    Erschienen: 2014
    Verlag:  McGraw-Hill Education, New York, NY [u.a.]

    Humboldt-Universität zu Berlin, Universitätsbibliothek, Jacob-und-Wilhelm-Grimm-Zentrum
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 9780071808552; 0071808558
    RVK Klassifikation: ST 250
    Auflage/Ausgabe: 9. ed.
    Schriftenreihe: Oracle Press
    Schlagworte: Java (Computer program language); Java Standard Edition 11; Java <Programmiersprache>; Java Standard Edition 8
    Umfang: XXXIV, 1274 S., Ill., graph. Darst.
  3. Mastering Java 11
    develop modular and secure Java applications using concurrency and advanced JDK libraries
    Erschienen: September 2018
    Verlag:  Packt, Birmingham ; Mumbai

    Humboldt-Universität zu Berlin, Universitätsbibliothek, Jacob-und-Wilhelm-Grimm-Zentrum
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    TU Berlin, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781789138931
    Auflage/Ausgabe: Second edition
    Schlagworte: Java Standard Edition 11
    Umfang: 1 Online-Ressource (xiii, 430 Seiten), Illustrationen, Diagramme (teilweise farbig)
  4. Java 11 cookbook
    a definitive guide to learning the key concepts of modern application development
    Erschienen: September 2018
    Verlag:  Packt, Birmingham

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

    Humboldt-Universität zu Berlin, Universitätsbibliothek, Jacob-und-Wilhelm-Grimm-Zentrum
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    TU Berlin, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe

     

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

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Beteiligt: Sanaulla, Mohamed
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781789135282
    Auflage/Ausgabe: Second edition
    Schlagworte: Java Standard Edition 11
    Umfang: 1 Online-Ressource (xiii, 771 Seiten), Illustrationen
  5. Java XML and JSON
    Document Processing for Java SE
    Autor*in: Friesen, Jeff
    Erschienen: 2019
    Verlag:  Apress, Berkeley, CA

    Hochschule für Technik und Wirtschaft Berlin, Hochschulbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (URL des Erstveröffentlichers)
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781484243305
    Weitere Identifier:
    Auflage/Ausgabe: Second edition
    Schlagworte: Java; Programming Languages, Compilers, Interpreters; Programming Techniques; Java (Computer program language); Computer science; Java Standard Edition 11
    Umfang: 1 Online-Ressource (XVIII, 528 Seiten), 11 Illustrationen
  6. Java projects
    learn the fundamentals of Java 11 programming by building industry grade practical projects
    Autor*in: Verhas, Peter
    Erschienen: 2018; © 2018
    Verlag:  Packt, Birmingham, Mumbai

    Java is one of the software languages most commonly used by programmers and developers. This book covers essential concepts in Java by showing you how to implement them in various applications. You'll learn about Java 18.9's newest features and... mehr

    Humboldt-Universität zu Berlin, Universitätsbibliothek, Jacob-und-Wilhelm-Grimm-Zentrum
    uneingeschränkte Fernleihe, Kopie und Ausleihe

     

    Java is one of the software languages most commonly used by programmers and developers. This book covers essential concepts in Java by showing you how to implement them in various applications. You'll learn about Java 18.9's newest features and develop the skills required for building robust, easily scalable, and maintainable code in Java Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Acknowledgments -- Table of Contents -- Preface -- Chapter 1: Getting Started with Java 11 -- Getting started with Java -- Version numbers -- Installing Java -- Installation on Windows -- Installation on macOS -- Installation on Linux -- Setting JAVA_HOME -- Executing jshell -- Looking at the bytecode -- Packaging classes into a JAR file -- Managing the running Java application -- Using an IDE -- NetBeans -- Eclipse -- IntelliJ -- IDE services -- IDE screen structure -- Editing files -- Managing projects -- Building the code and running it -- Debugging Java -- Summary -- Chapter 2: The First Real Java Program - Sorting Names -- Getting started with sorting -- Bubble sort -- Getting started with project structure and build tools -- Make -- Ant -- Installing Ant -- Using Ant -- Maven -- Installing Maven -- Using Maven -- Gradle -- Installing Gradle -- Setting up the project with Maven -- Coding the sort -- Understanding the algorithm and language constructs -- Blocks -- Variables -- Types -- Arrays -- Expressions -- Loops -- Conditional execution -- Final variables -- Classes -- Inner, nested, local, and anonymous classes -- Packages -- Methods -- Interfaces -- Argument passing -- Fields -- Modifiers -- Object initializers and constructors -- Compiling and running the program -- Summary -- Chapter 3: Optimizing the Sort - Making Code Professional -- The general sorting program -- A brief overview of various sorting algorithms -- Quicksort -- Project structure and build tools -- Maven dependency management -- Coding the sort -- Creating the interfaces -- Creating BubbleSort -- Architectural considerations -- Creating unit tests -- Adding JUnit as a dependency -- Writing the BubbleSortTest class -- Good unit tests -- A good unit test is readable -- Unit tests are fast Unit tests are deterministic -- Assertions should be as simple as possible -- Unit tests are isolated -- Unit tests cover the code -- Refactoring the test -- Collections with wrong elements -- Handling exceptions -- Generics -- Test-Driven Development -- Implementing QuickSort -- The partitioning class -- Recursive sorting -- Non-recursive sorting -- Implementing the API class -- Creating modules -- Why modules are needed -- What is a Java module? -- Summary -- Chapter 4: Mastermind - Creating a Game -- The game -- The model of the game -- Java collections -- Interface collection -- Set -- Hash functions -- The equals method -- The hashCode method -- Implementing equals and hashCode -- HashSet -- EnumSet -- LinkedHashSet -- SortedSet -- NavigableSet -- TreeSet -- List -- LinkedList -- ArrayList -- Queue -- Deque -- Map -- HashMap -- IdentityHashMap -- Dependency injection -- Implementing the game -- ColorManager -- The class color -- JavaDoc and code comments -- Row -- Table -- Guesser -- UniqueGuesser -- GeneralGuesser -- The Game class -- Creating an integration test -- Summary -- Chapter 5: Extending the Game - Run Parallel, Run Faster -- How to make Mastermind parallel -- Refactoring -- Processes -- Threads -- Fibers -- java.lang.Thread -- Pitfalls -- Deadlocks -- Race conditions -- Overused locks -- Starving -- ExecutorService -- Completable future -- ForkJoinPool -- Variable access -- The CPU heartbeat -- Volatile variables -- Synchronized block -- Wait and notify -- Lock -- Condition -- ReentrantLock -- ReentrantReadWriteLock -- Atomic variables -- BlockingQueue -- LinkedBlockingQueue -- LinkedBlockingDeque -- ArrayBlockingQueue -- LinkedTransferQueue -- IntervalGuesser -- ParallelGamePlayer -- Microbenchmarking -- Summary -- Chapter 6: Making Our Game Professional - Do it as a Web App -- Web and network -- IP -- TCP/IP -- DNS

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 9781789131895
    RVK Klassifikation: ST 250 ; ST 250 J35
    Auflage/Ausgabe: second edition
    Schlagworte: Java Standard Edition 11
    Weitere Schlagworte: Java (Computer program language)
    Umfang: VII, 507 Seiten, Illustrationen
  7. Java projects
    learn the fundamentals of Java 11 programming by building industry grade practical projects
    Autor*in: Verhas, Peter
    Erschienen: August 2018
    Verlag:  Packt, Birmingham ; Mumbai

    Java is one of the software languages most commonly used by programmers and developers. This book covers essential concepts in Java by showing you how to implement them in various applications. You'll learn about Java 18.9's newest features and... mehr

    Humboldt-Universität zu Berlin, Universitätsbibliothek, Jacob-und-Wilhelm-Grimm-Zentrum
    uneingeschränkte Fernleihe, Kopie und Ausleihe

     

    Java is one of the software languages most commonly used by programmers and developers. This book covers essential concepts in Java by showing you how to implement them in various applications. You'll learn about Java 18.9's newest features and develop the skills required for building robust, easily scalable, and maintainable code in Java Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Acknowledgments -- Table of Contents -- Preface -- Chapter 1: Getting Started with Java 11 -- Getting started with Java -- Version numbers -- Installing Java -- Installation on Windows -- Installation on macOS -- Installation on Linux -- Setting JAVA_HOME -- Executing jshell -- Looking at the bytecode -- Packaging classes into a JAR file -- Managing the running Java application -- Using an IDE -- NetBeans -- Eclipse -- IntelliJ -- IDE services -- IDE screen structure -- Editing files -- Managing projects -- Building the code and running it -- Debugging Java -- Summary -- Chapter 2: The First Real Java Program - Sorting Names -- Getting started with sorting -- Bubble sort -- Getting started with project structure and build tools -- Make -- Ant -- Installing Ant -- Using Ant -- Maven -- Installing Maven -- Using Maven -- Gradle -- Installing Gradle -- Setting up the project with Maven -- Coding the sort -- Understanding the algorithm and language constructs -- Blocks -- Variables -- Types -- Arrays -- Expressions -- Loops -- Conditional execution -- Final variables -- Classes -- Inner, nested, local, and anonymous classes -- Packages -- Methods -- Interfaces -- Argument passing -- Fields -- Modifiers -- Object initializers and constructors -- Compiling and running the program -- Summary -- Chapter 3: Optimizing the Sort - Making Code Professional -- The general sorting program -- A brief overview of various sorting algorithms -- Quicksort -- Project structure and build tools -- Maven dependency management -- Coding the sort -- Creating the interfaces -- Creating BubbleSort -- Architectural considerations -- Creating unit tests -- Adding JUnit as a dependency -- Writing the BubbleSortTest class -- Good unit tests -- A good unit test is readable -- Unit tests are fast Unit tests are deterministic -- Assertions should be as simple as possible -- Unit tests are isolated -- Unit tests cover the code -- Refactoring the test -- Collections with wrong elements -- Handling exceptions -- Generics -- Test-Driven Development -- Implementing QuickSort -- The partitioning class -- Recursive sorting -- Non-recursive sorting -- Implementing the API class -- Creating modules -- Why modules are needed -- What is a Java module? -- Summary -- Chapter 4: Mastermind - Creating a Game -- The game -- The model of the game -- Java collections -- Interface collection -- Set -- Hash functions -- The equals method -- The hashCode method -- Implementing equals and hashCode -- HashSet -- EnumSet -- LinkedHashSet -- SortedSet -- NavigableSet -- TreeSet -- List -- LinkedList -- ArrayList -- Queue -- Deque -- Map -- HashMap -- IdentityHashMap -- Dependency injection -- Implementing the game -- ColorManager -- The class color -- JavaDoc and code comments -- Row -- Table -- Guesser -- UniqueGuesser -- GeneralGuesser -- The Game class -- Creating an integration test -- Summary -- Chapter 5: Extending the Game - Run Parallel, Run Faster -- How to make Mastermind parallel -- Refactoring -- Processes -- Threads -- Fibers -- java.lang.Thread -- Pitfalls -- Deadlocks -- Race conditions -- Overused locks -- Starving -- ExecutorService -- Completable future -- ForkJoinPool -- Variable access -- The CPU heartbeat -- Volatile variables -- Synchronized block -- Wait and notify -- Lock -- Condition -- ReentrantLock -- ReentrantReadWriteLock -- Atomic variables -- BlockingQueue -- LinkedBlockingQueue -- LinkedBlockingDeque -- ArrayBlockingQueue -- LinkedTransferQueue -- IntervalGuesser -- ParallelGamePlayer -- Microbenchmarking -- Summary -- Chapter 6: Making Our Game Professional - Do it as a Web App -- Web and network -- IP -- TCP/IP -- DNS

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781789130690
    RVK Klassifikation: ST 250 ; ST 250 J35
    Auflage/Ausgabe: Second edition
    Schlagworte: Java Standard Edition 11
    Weitere Schlagworte: Java (Computer program language)
    Umfang: 1 Online-Ressource (vii, 498 Seiten), Illustrationen
  8. Java
    the complete reference
    Erschienen: 1997
    Verlag:  Osborne McGraw-Hill, Berkeley [u.a.]

    Technische Universität München, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Passau
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Beteiligt: Schildt, Herbert (Verfasser)
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 0078822319
    RVK Klassifikation: ST 250
    Schlagworte: Internet programming; Java (Computer program language); Java Standard Edition 11; Java <Programmiersprache>; Java Standard Edition 8
    Umfang: XXIV, 886 S., Ill.
  9. Java – die Neuerungen in Version 9 bis 12
    Erschienen: 2019
    Verlag:  dpunkt, [Erscheinungsort nicht ermittelbar] ; O'Reilly Media Inc., Sebastopol, CA

    Dieses Buch richtet sich an diejenigen Leser, die bereits solides Java-Know-how besitzen und sich kurz und prägnant über die wichtigsten Neuerungen in den Java-Version 9 bis 12 informieren wollen. Aufgrund des nun halbjährlichen Releasezyklus finden... mehr

    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe

     

    Dieses Buch richtet sich an diejenigen Leser, die bereits solides Java-Know-how besitzen und sich kurz und prägnant über die wichtigsten Neuerungen in den Java-Version 9 bis 12 informieren wollen. Aufgrund des nun halbjährlichen Releasezyklus finden sich in Java 10, 11 und 12 jeweils weniger Änderungen als in früheren Versionen. Neben deren Beschreibung werden in diesem Buch auch diverse Neuerungen aus Java 9 thematisiert, weil dies das letzte große Update nach Java 8 war, das eine Vielzahl an relevanten Erweiterungen mitbringt. Damit eignet sich dieses Buch für all jene, die ihr Java-Wissen auf den neuesten Stand bringen möchten. Vertiefen können Sie Ihr Wissen durch eine Vielzahl an Übungen.

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9783864906725
    RVK Klassifikation: ST 250
    DDC Klassifikation: Datenverarbeitung; Informatik (004)
    Auflage/Ausgabe: 1st edition
    Schlagworte: Java Standard Edition 9; Java Standard Edition 11; Java <Programmiersprache>; Modularität
    Umfang: 1 Online-Ressource (344 pages)
  10. Java:
    The Complete Reference, Eleventh Edition, 11th Edition
    Erschienen: 2018
    Verlag:  McGraw-Hill, [Erscheinungsort nicht ermittelbar] ; O'Reilly Media Inc., Sebastopol, CA

    The Definitive Java Programming Guide Fully updated for Java SE 11, Java: The Complete Reference, Eleventh Edition explains how to develop, compile, debug, and run Java programs. Best-selling programming author Herb Schildt covers the entire Java... mehr

    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe

     

    The Definitive Java Programming Guide Fully updated for Java SE 11, Java: The Complete Reference, Eleventh Edition explains how to develop, compile, debug, and run Java programs. Best-selling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You’ll also find information on key portions of the Java API library, such as I/O, the Collections Framework, the stream library, and the concurrency utilities. Swing, JavaBeans, and servlets are examined and numerous examples demonstrate Java in action. Of course, the very important module system is discussed in detail. This Oracle Press resource also offers an introduction to JShell, Java’s interactive programming tool. Best of all, the book is written in the clear, crisp, uncompromising style that has made Schildt the choice of millions worldwide. Coverage includes: •Data types, variables, arrays, and operators •Control statements •Classes, objects, and methods •Method overloading and overriding •Inheritance •Local variable type inference •Interfaces and packages •Exception handling •Multithreaded programming •Enumerations, autoboxing, and annotations •The I/O classes •Generics •Lambda expressions •Modules •String handling •The Collections Framework •Networking •Event handling •AWT •Swing •The Concurrent API •The Stream API •Regular expressions •JavaBeans •Servlets •Much, much more Code examples in the book are available for download at www.OraclePressBooks.com.

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781260440249; 9781260440232
    Auflage/Ausgabe: 11th edition
    Schlagworte: Java Standard Edition 11
    Umfang: 1 Online-Ressource (1248 pages)
  11. Java
    the complete reference
    Erschienen: 2011
    Verlag:  McGraw-Hill, New York

    Technische Universität München, Universitätsbibliothek, Teilbibliotheken Garching
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 9780071606301; 0071606300
    Auflage/Ausgabe: 8th ed.
    Schlagworte: Java (Computer program language); Internet programming; Java Standard Edition 11; Java <Programmiersprache>; Java Standard Edition 8
    Umfang: xxx, 1116 p., ill., 24 cm
    Bemerkung(en):

    Includes bibliographical references and index

  12. Java
    the complete reference; [comprehensive coverage of the Java language; fully updated for Java SE 8 (JDK 8)]
    Erschienen: 2014
    Verlag:  McGraw-Hill Education, New York, NY [u.a.]

    Universitätsbibliothek Erlangen-Nürnberg, Technisch-naturwissenschaftliche Zweigbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschulbibliothek Ingolstadt
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Technische Universität München, Universitätsbibliothek, Teilbibliotheken Garching
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 9780071808552; 0071808558
    RVK Klassifikation: ST 250
    Auflage/Ausgabe: 9. ed.
    Schriftenreihe: Oracle Press
    Schlagworte: Java (Computer program language); Java Standard Edition 11; Java <Programmiersprache>; Java Standard Edition 8
    Umfang: XXXIV, 1274 S., Ill., graph. Darst.
  13. Java
    the complete reference
    Erschienen: [2019]
    Verlag:  McGraw-Hill Education, New York

    Universitätsbibliothek Erlangen-Nürnberg, Technisch-naturwissenschaftliche Zweigbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Technische Universität München, Universitätsbibliothek, Teilbibliotheken Garching
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 9781260440232; 1260440230
    Auflage/Ausgabe: Eleventh edition
    Schlagworte: Java <Programmiersprache>; Java Standard Edition 11; Java Standard Edition 8
    Umfang: xxxiv, 1208 Seiten, Illustrationen
  14. Mastering Java 11
    develop modular and secure Java applications using concurrency and advanced JDK libraries
    Erschienen: September 2018
    Verlag:  Packt, Birmingham ; Mumbai

    Hochschulbibliothek Ingolstadt
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule Landshut, Hochschule für Angewandte Wissenschaften, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule München, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universität der Bundeswehr München, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781789138931
    Auflage/Ausgabe: Second edition
    Schlagworte: Java Standard Edition 11
    Umfang: 1 Online-Ressource (xiii, 430 Seiten), Illustrationen, Diagramme (teilweise farbig)
  15. Java 11 cookbook
    a definitive guide to learning the key concepts of modern application development
    Erschienen: September 2018
    Verlag:  Packt, Birmingham

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

    Hochschulbibliothek Ingolstadt
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule Landshut, Hochschule für Angewandte Wissenschaften, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule München, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universität der Bundeswehr München, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe

     

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

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Beteiligt: Sanaulla, Mohamed
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781789135282
    Auflage/Ausgabe: Second edition
    Schlagworte: Java Standard Edition 11
    Umfang: 1 Online-Ressource (xiii, 771 Seiten), Illustrationen
  16. Java XML and JSON
    Document Processing for Java SE
    Autor*in: Friesen, Jeff
    Erschienen: 2019
    Verlag:  Apress, Berkeley, CA

    Ostbayerische Technische Hochschule Amberg-Weiden, Hochschulbibliothek Amberg
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule Augsburg, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule für Angewandte Wissenschaften Hof - Hochschule Hof, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschulbibliothek Ingolstadt
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule Kempten, Hochschulbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule München, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Technische Hochschule Nürnberg Georg Simon Ohm, Bibliothek
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    OTH- Ostbayerische Technische Hochschule Regensburg, Hochschulbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule für angewandte Wissenschaften Würzburg-Schweinfurt, Abteilungsbibliothek Schweinfurt
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule für angewandte Wissenschaften Würzburg-Schweinfurt, Bibliotheksleitung und Zentralbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Würzburg
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (URL des Erstveröffentlichers)
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781484243305
    Weitere Identifier:
    Auflage/Ausgabe: Second edition
    Schlagworte: Java; Programming Languages, Compilers, Interpreters; Programming Techniques; Java (Computer program language); Computer science; Java Standard Edition 11
    Umfang: 1 Online-Ressource (XVIII, 528 Seiten), 11 Illustrationen
  17. Java projects
    learn the fundamentals of Java 11 programming by building industry grade practical projects
    Autor*in: Verhas, Peter
    Erschienen: August 2018
    Verlag:  Packt, Birmingham ; Mumbai

    Java is one of the software languages most commonly used by programmers and developers. This book covers essential concepts in Java by showing you how to implement them in various applications. You'll learn about Java 18.9's newest features and... mehr

    THD - Technische Hochschule Deggendorf, Hochschulbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschulbibliothek Ingolstadt
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule Landshut, Hochschule für Angewandte Wissenschaften, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule München, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universität der Bundeswehr München, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe

     

    Java is one of the software languages most commonly used by programmers and developers. This book covers essential concepts in Java by showing you how to implement them in various applications. You'll learn about Java 18.9's newest features and develop the skills required for building robust, easily scalable, and maintainable code in Java Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Acknowledgments -- Table of Contents -- Preface -- Chapter 1: Getting Started with Java 11 -- Getting started with Java -- Version numbers -- Installing Java -- Installation on Windows -- Installation on macOS -- Installation on Linux -- Setting JAVA_HOME -- Executing jshell -- Looking at the bytecode -- Packaging classes into a JAR file -- Managing the running Java application -- Using an IDE -- NetBeans -- Eclipse -- IntelliJ -- IDE services -- IDE screen structure -- Editing files -- Managing projects -- Building the code and running it -- Debugging Java -- Summary -- Chapter 2: The First Real Java Program - Sorting Names -- Getting started with sorting -- Bubble sort -- Getting started with project structure and build tools -- Make -- Ant -- Installing Ant -- Using Ant -- Maven -- Installing Maven -- Using Maven -- Gradle -- Installing Gradle -- Setting up the project with Maven -- Coding the sort -- Understanding the algorithm and language constructs -- Blocks -- Variables -- Types -- Arrays -- Expressions -- Loops -- Conditional execution -- Final variables -- Classes -- Inner, nested, local, and anonymous classes -- Packages -- Methods -- Interfaces -- Argument passing -- Fields -- Modifiers -- Object initializers and constructors -- Compiling and running the program -- Summary -- Chapter 3: Optimizing the Sort - Making Code Professional -- The general sorting program -- A brief overview of various sorting algorithms -- Quicksort -- Project structure and build tools -- Maven dependency management -- Coding the sort -- Creating the interfaces -- Creating BubbleSort -- Architectural considerations -- Creating unit tests -- Adding JUnit as a dependency -- Writing the BubbleSortTest class -- Good unit tests -- A good unit test is readable -- Unit tests are fast Unit tests are deterministic -- Assertions should be as simple as possible -- Unit tests are isolated -- Unit tests cover the code -- Refactoring the test -- Collections with wrong elements -- Handling exceptions -- Generics -- Test-Driven Development -- Implementing QuickSort -- The partitioning class -- Recursive sorting -- Non-recursive sorting -- Implementing the API class -- Creating modules -- Why modules are needed -- What is a Java module? -- Summary -- Chapter 4: Mastermind - Creating a Game -- The game -- The model of the game -- Java collections -- Interface collection -- Set -- Hash functions -- The equals method -- The hashCode method -- Implementing equals and hashCode -- HashSet -- EnumSet -- LinkedHashSet -- SortedSet -- NavigableSet -- TreeSet -- List -- LinkedList -- ArrayList -- Queue -- Deque -- Map -- HashMap -- IdentityHashMap -- Dependency injection -- Implementing the game -- ColorManager -- The class color -- JavaDoc and code comments -- Row -- Table -- Guesser -- UniqueGuesser -- GeneralGuesser -- The Game class -- Creating an integration test -- Summary -- Chapter 5: Extending the Game - Run Parallel, Run Faster -- How to make Mastermind parallel -- Refactoring -- Processes -- Threads -- Fibers -- java.lang.Thread -- Pitfalls -- Deadlocks -- Race conditions -- Overused locks -- Starving -- ExecutorService -- Completable future -- ForkJoinPool -- Variable access -- The CPU heartbeat -- Volatile variables -- Synchronized block -- Wait and notify -- Lock -- Condition -- ReentrantLock -- ReentrantReadWriteLock -- Atomic variables -- BlockingQueue -- LinkedBlockingQueue -- LinkedBlockingDeque -- ArrayBlockingQueue -- LinkedTransferQueue -- IntervalGuesser -- ParallelGamePlayer -- Microbenchmarking -- Summary -- Chapter 6: Making Our Game Professional - Do it as a Web App -- Web and network -- IP -- TCP/IP -- DNS

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781789130690
    RVK Klassifikation: ST 250 ; ST 250 J35
    Auflage/Ausgabe: Second edition
    Schlagworte: Java Standard Edition 11
    Weitere Schlagworte: Java (Computer program language)
    Umfang: 1 Online-Ressource (vii, 498 Seiten), Illustrationen
  18. Java in a Nutshell
    a desktop quick reference
    Erschienen: 2019; ©2019
    Verlag:  O'Reilly, Beijing ; ProQuest, Boston

    Hessisches BibliotheksInformationsSystem HeBIS
    keine Fernleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Beteiligt: Flanagan, David (Verfasser)
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781492037200
    Auflage/Ausgabe: Seventh Edition, Second Release
    Schlagworte: Java Standard Edition 11
    Umfang: 1 Online-Ressource (xvi, 438 Seiten)
  19. Java
    the complete reference
    Erschienen: [2019]
    Verlag:  McGraw-Hill Education, New York

    Bibliothek der Frankfurt University of Applied Sciences
    INF 533 Schil 11.Aufl.
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 9781260440232; 1260440230
    Auflage/Ausgabe: Eleventh edition
    Schlagworte: Java Standard Edition 11
    Umfang: xxxiv, 1208 Seiten, Illustrationen
  20. Learn TypeScript 3 by building web applications
    gain a solid understanding TypeScript, Angular, Vie React, and NestJS
    Erschienen: November 2019
    Verlag:  Packt Publishing, Birmingham

    Fachhochschule Dortmund, Hochschulbibliothek
    Universitäts- und Landesbibliothek Münster
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (Lizenzpflichtig)
    Quelle: Verbundkataloge
    Beteiligt: Georges, Alexis (Sonstige)
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781789617863
    Schlagworte: Java Standard Edition 11; Anwendungsprogramm; TypeScript
    Weitere Schlagworte: TypeScript (Computer program language); Web applications
    Umfang: 1 Online-Ressource (xv, 772 Seiten), Illustrationen
  21. Learn Java 12 Programming
    A step-by-step guide to learning essential concepts in Java SE 10, 11, and 12
    Erschienen: 2019
    Verlag:  Packt Publishing Limited, Birmingham

    bA comprehensive guide to get started with Java and gain insights into major concepts such as object-oriented, functional, and reactive programming/b h4Key Features/h4 ulliStrengthen your knowledge of important programming concepts and the latest... mehr

    Hochschulbibliothek Ingolstadt
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule Landshut, Hochschule für Angewandte Wissenschaften, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule München, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universität der Bundeswehr München, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe

     

    bA comprehensive guide to get started with Java and gain insights into major concepts such as object-oriented, functional, and reactive programming/b h4Key Features/h4 ulliStrengthen your knowledge of important programming concepts and the latest features in Java /li liExplore core programming topics including GUI programming, concurrency, and error handling /li liLearn the idioms and best practices for writing high-quality Java code/li/ul h4Book Description/h4 Java is one of the preferred languages among developers, used in everything right from smartphones, and game consoles to even supercomputers, and its new features simply add to the richness of the language. This book on Java programming begins by helping you learn how to install the Java Development Kit. You will then focus on understanding object-oriented programming (OOP), with exclusive insights into concepts like abstraction, encapsulation, inheritance, and polymorphism, which will help you when programming for real-world apps. Next, you'll cover fundamental programming structures of Java such as data structures and algorithms that will serve as the building blocks for your apps. You will also delve into core programming topics that will assist you with error handling, debugging, and testing your apps. As you progress, you'll move on to advanced topics such as Java libraries, database management, and network programming, which will hone your skills in building professional-grade apps. Further on, you'll understand how to create a graphic user interface using JavaFX and learn to build scalable apps by taking advantage of reactive and functional programming. By the end of this book, you'll not only be well versed with Java 10, 11, and 12, but also gain a perspective into the future of this language and software development in general. h4What you will learn/h4 ulliLearn and apply object-oriented principles /li liGain insights into data structures and understand how they are used in Java /li liExplore multithreaded, asynchronous, functional, and reactive programming /li liAdd a user-friendly graphic interface to your application /li liFind out what streams are and how they can help in data processing /li liDiscover the importance of microservices and use them to make your apps robust and scalable /li liExplore Java design patterns and best practices to solve everyday problems /li liLearn techniques and idioms for writing high-quality Java code/li/ul h4Who this book is for/h4 Students, software developers, or anyone looking to learn new skills or even a language will find this book useful.

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781789958485
    Auflage/Ausgabe: 1. ed.
    Schlagworte: COMPUTERS / Bioinformatics; COMPUTERS / Buyer's Guides; Java Standard Edition 11
    Umfang: 1 Online-Ressource (690 Seiten)
  22. Java 11 and 12 - New Features
    Learn about Project Amber and the latest developments in the Java language and platform
    Autor*in: Gupta, Mala
    Erschienen: 2019
    Verlag:  Packt Publishing Limited, Birmingham

    bEnhance your development skills with Java's state-of-the-art features and projects to make your applications leaner and faster/b h4Key Features/h4 ulliOvercome the challenges involved in migrating to new versions of Java /li liDiscover how Oracle... mehr

    Hochschulbibliothek Ingolstadt
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule Landshut, Hochschule für Angewandte Wissenschaften, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschule München, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universität der Bundeswehr München, Universitätsbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe

     

    bEnhance your development skills with Java's state-of-the-art features and projects to make your applications leaner and faster/b h4Key Features/h4 ulliOvercome the challenges involved in migrating to new versions of Java /li liDiscover how Oracle has bridged the gap between Java and native code /li liMake the best use of new Java features and libraries in your applications/li/ul h4Book Description/h4 With its new six-monthly release cadence, Java is moving forward faster. In addition to planned version releases, a lot of work is currently being undertaken on various Java projects at Oracle. In order to make best use of the new features in their applications and libraries, you must be well-versed with the most recent advancements. Java 11 and 12 - New Features will take you through the latest developments in Java, right from variable type inference and simplified multithreading through to performance improvements, which are covered in depth to help you make your applications more efficient. This book explains the relevance and applicability of Java's new features, and answers your questions on whether to invest in migrating to new Java versions and when to migrate. You'll also get to grips with platform features, such as AppCDS and new garbage collectors, to tune and optimize your application- from reduced launch time and latency to improved performance and throughput. By the end of this book, you will be equipped with a thorough understanding of the new features of Java 11, 12, and Project Amber, and possess the skills to apply them with a view to improving your application's performance. h4What you will learn/h4 ulliStudy type interference and how to work with the var type /li liUnderstand Class-Data Sharing, its benefits, and limitations /li liDiscover platform options to reduce your application's launch time /li liImprove application performance by switching garbage collectors /li liGet up to date with the new Java release cadence /li liDefine and assess decision criteria for migrating to a new version of Java/li/ul h4Who this book is for/h4 If you're an executive or solutions architect responsible for technology selection or Java migration decisions, this Java book is for you. You'll also benefit from this book if you're a computer science enthusiast curious to learn about the latest and upcoming Java features. This book will help you migrate your solutions from Java 8 or older to the latest Java release

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781789137316
    Auflage/Ausgabe: 1
    Schlagworte: COMPUTERS / Programming / Object Oriented; COMPUTERS / Programming Languages / General; Java Standard Edition 11
    Umfang: 1 Online-Ressource (242 Seiten)
  23. Java in a nutshell
    Erschienen: December 2018
    Verlag:  O'Reilly, Beijing ; Boston ; Farnham ; Sebastopol ; Tokyo

    Hochschulbibliothek der Fachhochschule Aachen
    21 TXB 170(7)
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Hochschulbibliothek der Fachhochschule Aachen
    61 TYD 144(7)
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Dortmund
    Sn 35863/7
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Fachhochschule Südwestfalen, Fachbibliothek Iserlohn
    M/P-Tgm33 92:7A
    Fachhochschule Südwestfalen, Fachbibliothek Iserlohn
    M/P-Tgm33 92:7
    Universitätsbibliothek Kaiserslautern
    INF 474/104
    Universitäts- und Stadtbibliothek Köln, Hauptabteilung
    45A1982
    Ausleihe von Bänden möglich, keine Kopien
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Beteiligt: Flanagan, David (Verfasser)
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 9781492037255
    Auflage/Ausgabe: Seventh edition
    Schlagworte: Java <Programmiersprache>; Java Standard Edition 11
    Weitere Schlagworte: Computing: Professional & Programming; Computer programming / software development; Object-oriented programming (OOP); Java Computer program language; Computer programming
    Umfang: xvi, 436 Seiten, Illustrationen, Diagramme
    Bemerkung(en):

    "7th edition - covers Java 11", "a desktop quick reference" . - Auf dem Umschlag

  24. Java 11 cookbook
    a definitive guide to learning the key concepts of modern application development
    Erschienen: [2018]; © 2018
    Verlag:  Packt Publishing, Birmingham

    Fachhochschule Dortmund, Hochschulbibliothek
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Beteiligt: Sanaulla, Mohamed (Verfasser)
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781789135282
    Auflage/Ausgabe: Second edition
    Schlagworte: Java Standard Edition 11; Anwendungssoftware
    Umfang: 1 Online-Ressource (xiii, 771 Seiten), Illustrationen
  25. Java in a nutshell
    Erschienen: 2018
    Verlag:  O'Reilly, Sebastopol, CA

    Fachhochschule Dortmund, Hochschulbibliothek
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Beteiligt: Flanagan, David (Verfasser)
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781492037224
    Auflage/Ausgabe: Seventh edition, first release
    Schlagworte: Java Standard Edition 11; Java <Programmiersprache>
    Weitere Schlagworte: Computing: Professional & Programming; Computer programming / software development; Object-oriented programming (OOP); Java Computer program language; Computer programming
    Umfang: 1 Online-Ressource (xvi, 436 Seiten), Illustrationen, Diagramme
    Bemerkung(en):

    "7th edition - covers Java 11", "a desktop quick reference" - Cover