Narrow Search
Last searches

Results for *

Displaying results 1 to 4 of 4.

  1. Java in a nutshell
    Published: December 2018; © 2019
    Publisher:  O'Reilly, Beijing ; Boston ; Farnham ; Sebastopol ; Tokyo

    Hochschule für Technik und Wirtschaft Berlin, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Humboldt-Universität zu Berlin, Universitätsbibliothek, Jacob-und-Wilhelm-Grimm-Zentrum
    Unlimited inter-library loan, copies and loan
    TU Berlin, Universitätsbibliothek
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Source: Union catalogues
    Language: English
    Media type: Book
    ISBN: 9781492037255
    RVK Categories: ST 250
    DDC Categories: 004
    Edition: Seventh edition
    Subjects: Java 1.2; Java 1.1; Java <Programmiersprache>; Java 2 Standard Edition 1.4; Befehlsvorrat; Java Standard Edition 8; Java 1.0.2; Java 2; API; Java 2 Standard Edition 5.0
    Scope: xvi, 438 Seiten, Illustrationen
    Notes:

    Titelzusatz auf dem Cover: "Covers Java 11 ; a desktop quick reference"

  2. Java in a nutshell
    Published: December 2018; © 2019
    Publisher:  O'Reilly, Beijing ; Boston ; Farnham ; Sebastopol ; Tokyo

    Universitätsbibliothek Erlangen-Nürnberg, Technisch-naturwissenschaftliche Zweigbibliothek
    Unlimited inter-library loan, copies and loan
    Hochschule München, Bibliothek
    Unlimited inter-library loan, copies and loan
    Technische Universität München, Universitätsbibliothek, Teilbibliotheken Garching
    Unlimited inter-library loan, copies and loan
    Universitätsbibliothek Passau
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Source: Union catalogues
    Language: English
    Media type: Book
    ISBN: 9781492037255
    RVK Categories: ST 250
    DDC Categories: 004
    Edition: Seventh edition
    Subjects: Java 1.2; Java 1.1; Java <Programmiersprache>; Java 2 Standard Edition 1.4; Befehlsvorrat; Java Standard Edition 8; Java 1.0.2; Java 2; API; Java 2 Standard Edition 5.0
    Scope: xvi, 438 Seiten, Illustrationen
    Notes:

    Titelzusatz auf dem Cover: "Covers Java 11 ; a desktop quick reference"

  3. Java
    a beginner's guide
    Published: [2019]
    Publisher:  McGraw-Hill Education, New York ; Chicago ; San Francisco ; Athens ; London ; Madrid ; Mexico City ; Milan ; New Delhi ; Singapore ; Sydney ; Toronto

    "Fully updated for Java Platform, Standard Edition 11 (Java SE 11), Java: A Beginner's Guide, Eighth Edition gets you started programming in Java right away. Best-selling programming author Herb Schildt begins with the basics, such as how to create,... more

    THD - Technische Hochschule Deggendorf, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Technische Universität München, Universitätsbibliothek, Teilbibliotheken Garching
    Unlimited inter-library loan, copies and loan

     

    "Fully updated for Java Platform, Standard Edition 11 (Java SE 11), Java: A Beginner's Guide, Eighth Edition gets you started programming in Java right away. Best-selling programming author Herb Schildt begins with the basics, such as how to create, compile, and run a Java program. He then moves on to the keywords, syntax, and constructs that form the core of the Java language. The book also covers some of Java's more advanced features, including multithreaded programming, generics, lambda expressions, modules, and Swing. As an added bonus, an introduction to JShell, Java's interactive programming tool, is included. Best of all, it's written in the clear, crisp, uncompromising style that has made Schildt the choice of millions worldwide"--

     

    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Language: English
    Media type: Book
    ISBN: 9781260440218; 1260440214
    Other identifier:
    9781260440218
    RVK Categories: ST 250
    Edition: eighth edition
    Subjects: Java <Programmiersprache>; Java 2 Standard Edition 5.0
    Other subjects: Java (Computer program language); Java, Java SE 11, Java Platform Standard Edition 11, JDK 11, Herbert Schildt, Herb Schildt, JavaFX, programming, Java programming
    Scope: xxiv, 684 Seiten, Illustrationen, 24 cm
    Notes:

    Auf dem Einband: Create, compile, and run Java programs today.

  4. Java in a Nutshell
    a desktop quick reference
    Published: 2019
    Publisher:  O'Reilly, Beijing ; Boston ; Farnham ; Sebastopol ; Tokyo

    This updated edition of Java in a Nutshell not only helps experienced Java programmers get the most out of Java versions 9 through 11, it's also a learning path for new developers. Chock full of examples that demonstrate how to take complete... more

    Universität der Bundeswehr München, Universitätsbibliothek
    Unlimited inter-library loan, copies and loan

     

    This updated edition of Java in a Nutshell not only helps experienced Java programmers get the most out of Java versions 9 through 11, it's also a learning path for new developers. Chock full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, this thoroughly revised book includes new material on Java Concurrency Utilities. The book's first section provides a fast-paced, no-fluff introduction to the Java programming language and the core runtime aspects of the Java platform. The second section is a reference to core concepts and APIs that explains how to perform real programming work in the Java environment. Get up to speed on language details, including Java 9-11 changes Learn object-oriented programming, using basic Java syntax Explore generics, enumerations, annotations, and lambda expressions Understand basic techniques used in object-oriented design Examine concurrency and memory, and how they're intertwined Work with Java collections and handle common data formats Delve into Java's latest I/O APIs, including asynchronous channels Use Nashorn to execute JavaScript on the Java Virtual Machine Become familiar with development tools in OpenJDK Intro -- Foreword -- Preface -- Changes in the Seventh Edition -- Contents of This Book -- Related Books -- Examples Online -- Conventions Used in This Book -- Request for Comments -- O'Reilly Safari -- Acknowledgments -- I. Introducing Java -- 1. Introduction to the Java Environment -- The Language, the JVM, and the Ecosystem -- What Is the Java Language? -- What Is the JVM? -- What Is the Java Ecosystem? -- A Brief History of Java and the JVM -- The Lifecycle of a Java Program -- Frequently Asked Questions -- What is bytecode? -- Is javac a compiler? -- Why is it called "bytecode"? -- Is bytecode optimized? -- Is bytecode really machine independent? What about things like endianness? -- Is Java an interpreted language? -- Can other languages run on the JVM? -- Java Security -- Comparing Java to Other Languages -- Java Compared to C -- Java Compared to C++ -- Java Compared to Python -- Java Compared to JavaScript -- Answering Some Criticisms of Java -- Overly Verbose -- Slow to Change -- Performance Problems -- Insecure -- Too Corporate -- 2. Java Syntax from the Ground Up -- Java Programs from the Top Down -- Lexical Structure -- The Unicode Character Set -- Case Sensitivity and Whitespace -- Comments -- Reserved Words -- Identifiers -- Literals -- Punctuation -- Primitive Data Types -- The boolean Type -- The char Type -- String literals -- Integer Types -- Floating-Point Types -- Primitive Type Conversions -- Expressions and Operators -- Operator Summary -- Precedence -- Associativity -- Operator summary table -- Operand number and type -- Return type -- Side effects -- Order of evaluation -- Arithmetic Operators -- String Concatenation Operator -- Increment and Decrement Operators -- Comparison Operators -- Boolean Operators -- Bitwise and Shift Operators -- Assignment Operators -- The Conditional Operator -- The instanceof Operator

     

    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Language: English
    Media type: Ebook
    Format: Online
    ISBN: 9781492037200
    RVK Categories: ST 250
    Edition: Seventh edition, second release
    Subjects: Java 2 Standard Edition 5.0; Java 2 Standard Edition 1.4; Java <Programmiersprache>; Java Standard Edition 8; API; Java 1.0.2; Java 1.1; Java 2; Befehlsvorrat; Java 1.2
    Scope: 1 Online-Ressource (xvi, 438 Seiten)
    Notes:

    Covers Java 11