Java in a Nutshell: a desktop quick reference
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Beijing
O'Reilly
2023
|
Ausgabe: | Eighth edition |
Online-Zugang: | FHD01 |
Beschreibung: | 1 Online-Ressource (xvi, 462 Seiten) |
ISBN: | 9781098130961 |
Internformat
MARC
LEADER | 00000nmm a2200000 c 4500 | ||
---|---|---|---|
001 | BV048869596 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | cr|uuu---uuuuu | ||
008 | 230321s2023 |||| o||u| ||||||eng d | ||
020 | |a 9781098130961 |9 978-1-098-13096-1 | ||
035 | |a (OCoLC)1374569889 | ||
035 | |a (DE-599)BVBBV048869596 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-1050 | ||
100 | 1 | |a Evans, Benjamin J. |e Verfasser |0 (DE-588)128018602X |4 aut | |
245 | 1 | 0 | |a Java in a Nutshell |b a desktop quick reference |c Benjamin J. Evans, Jason Clark, and David Flanagan |
250 | |a Eighth edition | ||
264 | 1 | |a Beijing |b O'Reilly |c 2023 | |
300 | |a 1 Online-Ressource (xvi, 462 Seiten) | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
505 | 8 | |a Intro -- Copyright -- Table of Contents -- Foreword -- Preface -- Changes in the Eighth Edition -- Contents of This Book -- Related Books -- Conventions Used in This Book -- Using Code Examples -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Part I. Introducing Java -- Chapter 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? -- The Lifecycle of a Java Program -- Frequently Asked Questions -- Comparing Java to Other Languages -- Java Compared to JavaScript | |
505 | 8 | |a Java Compared to Python -- Java Compared to C -- Java Compared to C++ -- Answering Some Criticisms of Java -- Overly Verbose -- Slow to Change -- Performance Problems -- Insecure -- Too Corporate -- A Brief History of Java and the JVM -- Summary -- Chapter 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 -- Integer Types -- Floating-Point Types | |
505 | 8 | |a Primitive Type Conversions -- Expressions and Operators -- Operator Summary -- 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 -- Special Operators -- Statements -- Expression Statements -- Compound Statements -- The Empty Statement -- Labeled Statements -- Local Variable Declaration Statements -- The if/else Statement -- The switch Statement -- The switch Expression -- The while Statement | |
505 | 8 | |a The do Statement -- The for Statement -- The foreach Statement -- The break Statement -- The continue Statement -- The return Statement -- The synchronized Statement -- The throw Statement -- The try/catch/finally Statement -- The try-with-resources Statement -- The assert Statement -- Methods -- Defining Methods -- Method Modifiers -- Checked and Unchecked Exceptions -- Variable-Length Argument Lists -- Introduction to Classes and Objects -- Defining a Class -- Creating an Object -- Using an Object -- Object Literals -- Lambda Expressions -- Arrays -- Array Types | |
505 | 8 | |a Creating and Initializing Arrays -- Using Arrays -- Multidimensional Arrays -- Reference Types -- Reference Versus Primitive Types -- Manipulating Objects and Reference Copies -- Comparing Objects -- Boxing and Unboxing Conversions -- Packages and the Java Namespace -- Package Declaration -- Globally Unique Package Names -- Importing Types -- Importing Static Members -- Java Source File Structure -- Defining and Running Java Programs -- Summary -- Chapter 3. Object-Oriented Programming in Java -- Overview of Classes and Records -- Basic OO Definitions -- Records -- Other Reference Types | |
700 | 1 | |a Clark, Jason |e Verfasser |4 aut | |
700 | 1 | |a Flanagan, David |e Verfasser |0 (DE-588)136960634 |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Druck-Ausgabe |z 978-1-098-13100-5 |
912 | |a ZDB-30-PQE | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-034134532 | ||
966 | e | |u https://ebookcentral.proquest.com/lib/th-deggendorf/detail.action?docID=30377415 |l FHD01 |p ZDB-30-PQE |q FHD01_PQE_Kauf |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804185005385056256 |
---|---|
adam_txt | |
any_adam_object | |
any_adam_object_boolean | |
author | Evans, Benjamin J. Clark, Jason Flanagan, David |
author_GND | (DE-588)128018602X (DE-588)136960634 |
author_facet | Evans, Benjamin J. Clark, Jason Flanagan, David |
author_role | aut aut aut |
author_sort | Evans, Benjamin J. |
author_variant | b j e bj bje j c jc d f df |
building | Verbundindex |
bvnumber | BV048869596 |
collection | ZDB-30-PQE |
contents | Intro -- Copyright -- Table of Contents -- Foreword -- Preface -- Changes in the Eighth Edition -- Contents of This Book -- Related Books -- Conventions Used in This Book -- Using Code Examples -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Part I. Introducing Java -- Chapter 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? -- The Lifecycle of a Java Program -- Frequently Asked Questions -- Comparing Java to Other Languages -- Java Compared to JavaScript Java Compared to Python -- Java Compared to C -- Java Compared to C++ -- Answering Some Criticisms of Java -- Overly Verbose -- Slow to Change -- Performance Problems -- Insecure -- Too Corporate -- A Brief History of Java and the JVM -- Summary -- Chapter 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 -- Integer Types -- Floating-Point Types Primitive Type Conversions -- Expressions and Operators -- Operator Summary -- 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 -- Special Operators -- Statements -- Expression Statements -- Compound Statements -- The Empty Statement -- Labeled Statements -- Local Variable Declaration Statements -- The if/else Statement -- The switch Statement -- The switch Expression -- The while Statement The do Statement -- The for Statement -- The foreach Statement -- The break Statement -- The continue Statement -- The return Statement -- The synchronized Statement -- The throw Statement -- The try/catch/finally Statement -- The try-with-resources Statement -- The assert Statement -- Methods -- Defining Methods -- Method Modifiers -- Checked and Unchecked Exceptions -- Variable-Length Argument Lists -- Introduction to Classes and Objects -- Defining a Class -- Creating an Object -- Using an Object -- Object Literals -- Lambda Expressions -- Arrays -- Array Types Creating and Initializing Arrays -- Using Arrays -- Multidimensional Arrays -- Reference Types -- Reference Versus Primitive Types -- Manipulating Objects and Reference Copies -- Comparing Objects -- Boxing and Unboxing Conversions -- Packages and the Java Namespace -- Package Declaration -- Globally Unique Package Names -- Importing Types -- Importing Static Members -- Java Source File Structure -- Defining and Running Java Programs -- Summary -- Chapter 3. Object-Oriented Programming in Java -- Overview of Classes and Records -- Basic OO Definitions -- Records -- Other Reference Types |
ctrlnum | (OCoLC)1374569889 (DE-599)BVBBV048869596 |
edition | Eighth edition |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>04212nmm a2200385 c 4500</leader><controlfield tag="001">BV048869596</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">230321s2023 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781098130961</subfield><subfield code="9">978-1-098-13096-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1374569889</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV048869596</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1050</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Evans, Benjamin J.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)128018602X</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Java in a Nutshell</subfield><subfield code="b">a desktop quick reference</subfield><subfield code="c">Benjamin J. Evans, Jason Clark, and David Flanagan</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Eighth edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2023</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (xvi, 462 Seiten)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Intro -- Copyright -- Table of Contents -- Foreword -- Preface -- Changes in the Eighth Edition -- Contents of This Book -- Related Books -- Conventions Used in This Book -- Using Code Examples -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Part I. Introducing Java -- Chapter 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? -- The Lifecycle of a Java Program -- Frequently Asked Questions -- Comparing Java to Other Languages -- Java Compared to JavaScript</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Java Compared to Python -- Java Compared to C -- Java Compared to C++ -- Answering Some Criticisms of Java -- Overly Verbose -- Slow to Change -- Performance Problems -- Insecure -- Too Corporate -- A Brief History of Java and the JVM -- Summary -- Chapter 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 -- Integer Types -- Floating-Point Types</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Primitive Type Conversions -- Expressions and Operators -- Operator Summary -- 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 -- Special Operators -- Statements -- Expression Statements -- Compound Statements -- The Empty Statement -- Labeled Statements -- Local Variable Declaration Statements -- The if/else Statement -- The switch Statement -- The switch Expression -- The while Statement</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">The do Statement -- The for Statement -- The foreach Statement -- The break Statement -- The continue Statement -- The return Statement -- The synchronized Statement -- The throw Statement -- The try/catch/finally Statement -- The try-with-resources Statement -- The assert Statement -- Methods -- Defining Methods -- Method Modifiers -- Checked and Unchecked Exceptions -- Variable-Length Argument Lists -- Introduction to Classes and Objects -- Defining a Class -- Creating an Object -- Using an Object -- Object Literals -- Lambda Expressions -- Arrays -- Array Types</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Creating and Initializing Arrays -- Using Arrays -- Multidimensional Arrays -- Reference Types -- Reference Versus Primitive Types -- Manipulating Objects and Reference Copies -- Comparing Objects -- Boxing and Unboxing Conversions -- Packages and the Java Namespace -- Package Declaration -- Globally Unique Package Names -- Importing Types -- Importing Static Members -- Java Source File Structure -- Defining and Running Java Programs -- Summary -- Chapter 3. Object-Oriented Programming in Java -- Overview of Classes and Records -- Basic OO Definitions -- Records -- Other Reference Types</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Clark, Jason</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Flanagan, David</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)136960634</subfield><subfield code="4">aut</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Druck-Ausgabe</subfield><subfield code="z">978-1-098-13100-5</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-PQE</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-034134532</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://ebookcentral.proquest.com/lib/th-deggendorf/detail.action?docID=30377415</subfield><subfield code="l">FHD01</subfield><subfield code="p">ZDB-30-PQE</subfield><subfield code="q">FHD01_PQE_Kauf</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV048869596 |
illustrated | Not Illustrated |
index_date | 2024-07-03T21:43:57Z |
indexdate | 2024-07-10T09:48:21Z |
institution | BVB |
isbn | 9781098130961 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-034134532 |
oclc_num | 1374569889 |
open_access_boolean | |
owner | DE-1050 |
owner_facet | DE-1050 |
physical | 1 Online-Ressource (xvi, 462 Seiten) |
psigel | ZDB-30-PQE ZDB-30-PQE FHD01_PQE_Kauf |
publishDate | 2023 |
publishDateSearch | 2023 |
publishDateSort | 2023 |
publisher | O'Reilly |
record_format | marc |
spelling | Evans, Benjamin J. Verfasser (DE-588)128018602X aut Java in a Nutshell a desktop quick reference Benjamin J. Evans, Jason Clark, and David Flanagan Eighth edition Beijing O'Reilly 2023 1 Online-Ressource (xvi, 462 Seiten) txt rdacontent c rdamedia cr rdacarrier Intro -- Copyright -- Table of Contents -- Foreword -- Preface -- Changes in the Eighth Edition -- Contents of This Book -- Related Books -- Conventions Used in This Book -- Using Code Examples -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Part I. Introducing Java -- Chapter 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? -- The Lifecycle of a Java Program -- Frequently Asked Questions -- Comparing Java to Other Languages -- Java Compared to JavaScript Java Compared to Python -- Java Compared to C -- Java Compared to C++ -- Answering Some Criticisms of Java -- Overly Verbose -- Slow to Change -- Performance Problems -- Insecure -- Too Corporate -- A Brief History of Java and the JVM -- Summary -- Chapter 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 -- Integer Types -- Floating-Point Types Primitive Type Conversions -- Expressions and Operators -- Operator Summary -- 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 -- Special Operators -- Statements -- Expression Statements -- Compound Statements -- The Empty Statement -- Labeled Statements -- Local Variable Declaration Statements -- The if/else Statement -- The switch Statement -- The switch Expression -- The while Statement The do Statement -- The for Statement -- The foreach Statement -- The break Statement -- The continue Statement -- The return Statement -- The synchronized Statement -- The throw Statement -- The try/catch/finally Statement -- The try-with-resources Statement -- The assert Statement -- Methods -- Defining Methods -- Method Modifiers -- Checked and Unchecked Exceptions -- Variable-Length Argument Lists -- Introduction to Classes and Objects -- Defining a Class -- Creating an Object -- Using an Object -- Object Literals -- Lambda Expressions -- Arrays -- Array Types Creating and Initializing Arrays -- Using Arrays -- Multidimensional Arrays -- Reference Types -- Reference Versus Primitive Types -- Manipulating Objects and Reference Copies -- Comparing Objects -- Boxing and Unboxing Conversions -- Packages and the Java Namespace -- Package Declaration -- Globally Unique Package Names -- Importing Types -- Importing Static Members -- Java Source File Structure -- Defining and Running Java Programs -- Summary -- Chapter 3. Object-Oriented Programming in Java -- Overview of Classes and Records -- Basic OO Definitions -- Records -- Other Reference Types Clark, Jason Verfasser aut Flanagan, David Verfasser (DE-588)136960634 aut Erscheint auch als Druck-Ausgabe 978-1-098-13100-5 |
spellingShingle | Evans, Benjamin J. Clark, Jason Flanagan, David Java in a Nutshell a desktop quick reference Intro -- Copyright -- Table of Contents -- Foreword -- Preface -- Changes in the Eighth Edition -- Contents of This Book -- Related Books -- Conventions Used in This Book -- Using Code Examples -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Part I. Introducing Java -- Chapter 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? -- The Lifecycle of a Java Program -- Frequently Asked Questions -- Comparing Java to Other Languages -- Java Compared to JavaScript Java Compared to Python -- Java Compared to C -- Java Compared to C++ -- Answering Some Criticisms of Java -- Overly Verbose -- Slow to Change -- Performance Problems -- Insecure -- Too Corporate -- A Brief History of Java and the JVM -- Summary -- Chapter 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 -- Integer Types -- Floating-Point Types Primitive Type Conversions -- Expressions and Operators -- Operator Summary -- 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 -- Special Operators -- Statements -- Expression Statements -- Compound Statements -- The Empty Statement -- Labeled Statements -- Local Variable Declaration Statements -- The if/else Statement -- The switch Statement -- The switch Expression -- The while Statement The do Statement -- The for Statement -- The foreach Statement -- The break Statement -- The continue Statement -- The return Statement -- The synchronized Statement -- The throw Statement -- The try/catch/finally Statement -- The try-with-resources Statement -- The assert Statement -- Methods -- Defining Methods -- Method Modifiers -- Checked and Unchecked Exceptions -- Variable-Length Argument Lists -- Introduction to Classes and Objects -- Defining a Class -- Creating an Object -- Using an Object -- Object Literals -- Lambda Expressions -- Arrays -- Array Types Creating and Initializing Arrays -- Using Arrays -- Multidimensional Arrays -- Reference Types -- Reference Versus Primitive Types -- Manipulating Objects and Reference Copies -- Comparing Objects -- Boxing and Unboxing Conversions -- Packages and the Java Namespace -- Package Declaration -- Globally Unique Package Names -- Importing Types -- Importing Static Members -- Java Source File Structure -- Defining and Running Java Programs -- Summary -- Chapter 3. Object-Oriented Programming in Java -- Overview of Classes and Records -- Basic OO Definitions -- Records -- Other Reference Types |
title | Java in a Nutshell a desktop quick reference |
title_auth | Java in a Nutshell a desktop quick reference |
title_exact_search | Java in a Nutshell a desktop quick reference |
title_exact_search_txtP | Java in a Nutshell a desktop quick reference |
title_full | Java in a Nutshell a desktop quick reference Benjamin J. Evans, Jason Clark, and David Flanagan |
title_fullStr | Java in a Nutshell a desktop quick reference Benjamin J. Evans, Jason Clark, and David Flanagan |
title_full_unstemmed | Java in a Nutshell a desktop quick reference Benjamin J. Evans, Jason Clark, and David Flanagan |
title_short | Java in a Nutshell |
title_sort | java in a nutshell a desktop quick reference |
title_sub | a desktop quick reference |
work_keys_str_mv | AT evansbenjaminj javainanutshelladesktopquickreference AT clarkjason javainanutshelladesktopquickreference AT flanagandavid javainanutshelladesktopquickreference |