Filtern nach
Letzte Suchanfragen

Ergebnisse für *

Es wurden 3 Ergebnisse gefunden.

Zeige Ergebnisse 1 bis 3 von 3.

Sortieren

  1. Java 7 for Absolute Beginners
    Autor*in: Bryant, Jay
    Erschienen: 2011
    Verlag:  Apress, Berkeley, CA

    Java 7 Programming for Absolute Beginners introduces you to the new core, open source Java Development Kit. Its focus is on practical knowledge and its completeness - it provides all the bits and pieces an utter novice needs to get started with... mehr

    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    keine Fernleihe
    Technische Universität Hamburg, Universitätsbibliothek
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek
    eBook Springer
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek, Medizinische Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Hochschulbibliothek Friedensau
    Online-Ressource
    keine Fernleihe

     

    Java 7 Programming for Absolute Beginners introduces you to the new core, open source Java Development Kit. Its focus is on practical knowledge and its completeness - it provides all the bits and pieces an utter novice needs to get started with programming in Java Java 7 Programming for Absolute Beginners introduces the new core, open source Java Development Kit. Its focus is on practical knowledge and its completeness-it provides all the bits and pieces an utter novice needs to get started programming in Java.   It seems as if everyone is writing applications or apps these days for Android, BlackBerry, and the enterprise-it's where the money's at. But, how do they do it? Well, it's best to start by learning Java, one of the most popular programming languages around these days, still. Yes, that's right.  This book: Teaches Java development in language a

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781430236870
    Weitere Identifier:
    RVK Klassifikation: ST 250
    Schriftenreihe: The expert's voice in Java
    Schlagworte: Computer science
    Umfang: Online-Ressource
    Bemerkung(en):

    Description based upon print version of record

    Title Page; Copyright Page; Contents at a Glance; Table of Contents; Foreword; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Who This Book Is For; How This Book Is Structured; Conventions; Prerequisites; CHAPTER 1 Writing Your First Java Program; Installing the JDK; Installing Eclipse; Creating Your First Project; Creating the Program; Adding More Functionality; Further Development; About Java Objects; Summary; CHAPTER 2 Java Syntax; An Example; Lines; Avoid Overly Complex Code; Package Declaration; Imports; Classes; Fields; Constants; Methods; Constructors

    Access ModifiersInterfaces; Exceptions; Blocks; Comments; Summary; CHAPTER 3 Data Types; Primitive Data Types; Integer Primitives; Real Primitives; boolean; char; The Special Type: String; Literals; Escaping Characters; Wrapper Classes; Arrays; The Non-Existent Type: null; Enumerations; Summary; CHAPTER 4 Operators; Operator Precedence; The Missing Operator: Parentheses; Postfix Operators; Unary Operators; Understanding the Bitwise Complement Operator; Casting; Multiplicative Operators; Additive Operators; Shift Operators; Relational Operators; Equality Operators; Bitwise AND Operator (&)

    Bitwise Exclusive OR Operator (^)Bitwise Inclusive OR Operator (|); Logical AND Operator (&&); Logical OR Operator (||); Assignment Operators; Comparing and Sorting Objects; Implementing the equals Method; Comparisons for Sorting; Implementing java.lang.Comparable; Summary; CHAPTER 5 Control Flow, Looping, and Branching; Control Flow; if and if-else Statements; switch Statements; Looping; For Loops; While loops; Do-while Loops; Branching; The break Statement; The continue Statement; The return Statement; Summary; CHAPTER 6 Object-oriented Programming; Objects; Encapsulation; Inheritance

    Multiple InheritanceModeling Behavior through Interfaces; Abstract Classes; Methods in Abstract Classes; Static Members; Polymorphism; Our Animals in Java; A Lesson about Granularity; Pass-by-Reference and Pass-by-Value; Summary; CHAPTER 7 Writing a User Interface; Java Swing: The Basics; A Basic Swing Application; A Larger Swing Application; Summary; CHAPTER 8 Writing and Reading Files; Working with File Objects; Opening a File; Deleting a File; Working with Temporary Files; Creating a Directory; Deleting a Directory; Deleting Multiple Directories; Writing and Reading Content

    Merrily Down the StreamReading a File's Content; Writing a File's Content; Summary; CHAPTER 9 Writing and Reading XML; The Structure of XML; XML and Streams; DOM and SAX; Writing XML; Writing XML with DOM; Writing XML with Strings; Reading XML; Reading XML with DOM; Reading XML with SAX; A Word about Factory Classes; Summary; CHAPTER 10 Animation; Timing Is Everything; Animation: A Simple Example; Animating Multiple Items; Sprite Animation; Summary; CHAPTER 11 Debugging with Eclipse; The Flow of Debugging; Debugging without a Debugger; Starting the Eclipse Debugger; Breakpoints and Variables

    Setting a Line Breakpoint

  2. Java 7 for absolute beginners
    Autor*in: Bryant, Jay
    Erschienen: 2012
    Verlag:  Apress, [New York, N.Y.]

    Hochschule Augsburg, Bibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Buch (Monographie)
    ISBN: 9781430236863; 1430236868; 9781430236870
    RVK Klassifikation: ST 250
    Schlagworte: Java (Computer program language); Java (Computer program language) / Handbooks, manuals, etc; Java Standard Edition 7
    Umfang: XVIII, 302 S., Ill., 24 cm
    Bemerkung(en):

    Includes index

  3. Java 7 for Absolute Beginners
    Autor*in: Bryant, Jay
    Erschienen: 2011; ©2012
    Verlag:  Apress L. P., Berkeley, CA

    1. This aims to be one of the very first introductory books on the new Java 7 for novices. 2. Oracle and the open source community aims to release the new Java 7 language and core development kit around 3Q2011. 3. Java remains a popular language and... mehr

    Zugang:
    Aggregator (Lizenzpflichtig)
    Universität Ulm, Kommunikations- und Informationszentrum, Bibliotheksservices
    keine Fernleihe

     

    1. This aims to be one of the very first introductory books on the new Java 7 for novices. 2. Oracle and the open source community aims to release the new Java 7 language and core development kit around 3Q2011. 3. Java remains a popular language and it's a core skill set for most enterprise applications developers as well as mobile developers using Android and BlackBerry. Title Page -- Copyright Page -- Contents at a Glance -- Table of Contents -- Foreword -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Who This Book Is For -- How This Book Is Structured -- Conventions -- Prerequisites -- CHAPTER 1 Writing Your First Java Program -- Installing the JDK -- Installing Eclipse -- Creating Your First Project -- Creating the Program -- Adding More Functionality -- Further Development -- About Java Objects -- Summary -- CHAPTER 2 Java Syntax -- An Example -- Lines -- Avoid Overly Complex Code -- Package Declaration -- Imports -- Classes -- Fields -- Constants -- Methods -- Constructors -- Access Modifiers -- Interfaces -- Exceptions -- Blocks -- Comments -- Summary -- CHAPTER 3 Data Types -- Primitive Data Types -- Integer Primitives -- Real Primitives -- boolean -- char -- The Special Type: String -- Literals -- Escaping Characters -- Wrapper Classes -- Arrays -- The Non-Existent Type: null -- Enumerations -- Summary -- CHAPTER 4 Operators -- Operator Precedence -- The Missing Operator: Parentheses -- Postfix Operators -- Unary Operators -- Understanding the Bitwise Complement Operator -- Casting -- Multiplicative Operators -- Additive Operators -- Shift Operators -- Relational Operators -- Equality Operators -- Bitwise AND Operator (&) -- Bitwise Exclusive OR Operator (^) -- Bitwise Inclusive OR Operator (|) -- Logical AND Operator (&&) -- Logical OR Operator (||) -- Assignment Operators -- Comparing and Sorting Objects -- Implementing the equals Method -- Comparisons for Sorting -- Implementing java.lang.Comparable -- Summary -- CHAPTER 5 Control Flow, Looping, and Branching -- Control Flow -- if and if-else Statements -- switch Statements -- Looping -- For Loops -- While loops -- Do-while Loops -- Branching -- The break Statement -- The continue Statement.

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781430236870
    Auflage/Ausgabe: 1st ed.
    Schlagworte: Java Standard Edition 7; Electronic books
    Umfang: 1 online resource (310 pages)
    Bemerkung(en):

    Description based on publisher supplied metadata and other sources