The Resource OCA Java SE 8 programmer I exam guide (exam 1Z0-808), Kathy Sierra, Bert Bates
OCA Java SE 8 programmer I exam guide (exam 1Z0-808), Kathy Sierra, Bert Bates
Resource Information
The item OCA Java SE 8 programmer I exam guide (exam 1Z0-808), Kathy Sierra, Bert Bates represents a specific, individual, material embodiment of a distinct intellectual or artistic creation found in University of Missouri Libraries.This item is available to borrow from 2 library branches.
Resource Information
The item OCA Java SE 8 programmer I exam guide (exam 1Z0-808), Kathy Sierra, Bert Bates represents a specific, individual, material embodiment of a distinct intellectual or artistic creation found in University of Missouri Libraries.
This item is available to borrow from 2 library branches.
- Extent
- 1 online resource (1 volume)
- Note
- Includes index
- Contents
-
- Cover Page -- Title Page -- Copyright Page -- Contents -- Acknowledgments -- Preface -- Introduction -- 1 Declarations and Access Control -- Java Refresher -- Features and Benefits of Java (OCA Objective 1.5) -- Identifiers and Keywords (OCA Objectives 1.2 and 2.1) -- Legal Identifiers -- Oracle's Java Code Conventions -- Define Classes (OCA Objectives 1.2, 1.3, 1.4, 6.4, and 7.5) -- Source File Declaration Rules -- Using the javac and java Commands -- Using public static void main(String[ ] args) -- Import Statements and the Java API -- Static Import Statements
- Class Declarations and Modifiers -- Exercise 1-1: Creating an Abstract Superclass and Concrete Subclass -- Use Interfaces (OCA Objective 7.5) -- Declaring an Interface -- Declaring Interface Constants -- Declaring default Interface Methods -- Declaring static Interface Methods -- Declare Class Members (OCA Objectives 2.1, 2.2, 2.3, 4.1, 4.2, 6.2, 6.3, and 6.4) -- Access Modifiers -- Nonaccess Member Modifiers -- Constructor Declarations -- Variable Declarations -- Declare and Use enums (OCA Objective 1.2) -- Declaring enums -- Certification Summary -- Two-Minute Drill -- Q&A Self Test
- Self Test Answers -- 2 Object Orientation -- Encapsulation (OCA Objectives 6.1 and 6.5) -- Inheritance and Polymorphism (OCA Objectives 7.1 and 7.2) -- The Evolution of Inheritance -- IS-A and HAS-A Relationships -- Polymorphism (OCA Objective 7.2) -- Overriding/Overloading (OCA Objectives 6.1 and 7.2) -- Overridden Methods -- Overloaded Methods -- Casting (OCA Objectives 2.2 and 7.3) -- Implementing an Interface (OCA Objective 7.5) -- Java 8-Now with Multiple Inheritance! -- Legal Return Types (OCA Objectives 2.2 and 6.1) -- Return Type Declarations -- Returning a Value
- Constructors and Instantiation (OCA Objectives 6.3 and 7.4) -- Constructor Basics -- Constructor Chaining -- Rules for Constructors -- Determine Whether a Default Constructor Will Be Created -- Overloaded Constructors -- Initialization Blocks (OCA Objectives 1.2 and 6.3-ish) -- Statics (OCA Objective 6.2) -- Static Variables and Methods -- Certification Summary -- Two-Minute Drill -- Q&A Self Test -- Self Test Answers -- 3 Assignments -- Stack and Heap-Quick Review -- Literals, Assignments, and Variables (OCA Objectives 2.1, 2.2, and 2.3) -- Literal Values for All Primitive Types
- Assignment Operators -- Exercise 3-1: Casting Primitives -- Scope (OCA Objective 1.1) -- Variable Scope -- Variable Initialization (OCA Objectives 2.1, 4.1, and 4.2) -- Using a Variable or Array Element That Is Uninitialized and Unassigned -- Local (Stack, Automatic) Primitives and Objects -- Passing Variables into Methods (OCA Objective 6.6) -- Passing Object Reference Variables -- Does Java Use Pass-By-Value Semantics? -- Passing Primitive Variables -- Garbage Collection (OCA Objective 2.4) -- Overview of Memory Management and Garbage Collection -- Overview of Java's Garbage Collector
- Isbn
- 9781260011388
- Label
- OCA Java SE 8 programmer I exam guide (exam 1Z0-808)
- Title
- OCA Java SE 8 programmer I exam guide (exam 1Z0-808)
- Statement of responsibility
- Kathy Sierra, Bert Bates
- Title variation
-
- Oracle Certified Associate Java standard edition eight programmer I study guide (exam 1Z0-808)
- Oracle, Oracle Press
- Language
- eng
- Cataloging source
- UMI
- http://library.link/vocab/creatorName
- Sierra, Kathy
- Dewey number
- 005.13/3076
- Illustrations
- illustrations
- Index
- index present
- LC call number
- QA76.73.J38
- Literary form
- non fiction
- Nature of contents
- dictionaries
- http://library.link/vocab/relatedWorkOrContributorName
- Bates, Bert
- http://library.link/vocab/subjectName
-
- Java (Computer program language)
- Java (Computer program language)
- Label
- OCA Java SE 8 programmer I exam guide (exam 1Z0-808), Kathy Sierra, Bert Bates
- Note
- Includes index
- Carrier category
- online resource
- Carrier category code
-
- cr
- Carrier MARC source
- rdacarrier
- Content category
- text
- Content type code
-
- txt
- Content type MARC source
- rdacontent
- Contents
-
- Cover Page -- Title Page -- Copyright Page -- Contents -- Acknowledgments -- Preface -- Introduction -- 1 Declarations and Access Control -- Java Refresher -- Features and Benefits of Java (OCA Objective 1.5) -- Identifiers and Keywords (OCA Objectives 1.2 and 2.1) -- Legal Identifiers -- Oracle's Java Code Conventions -- Define Classes (OCA Objectives 1.2, 1.3, 1.4, 6.4, and 7.5) -- Source File Declaration Rules -- Using the javac and java Commands -- Using public static void main(String[ ] args) -- Import Statements and the Java API -- Static Import Statements
- Class Declarations and Modifiers -- Exercise 1-1: Creating an Abstract Superclass and Concrete Subclass -- Use Interfaces (OCA Objective 7.5) -- Declaring an Interface -- Declaring Interface Constants -- Declaring default Interface Methods -- Declaring static Interface Methods -- Declare Class Members (OCA Objectives 2.1, 2.2, 2.3, 4.1, 4.2, 6.2, 6.3, and 6.4) -- Access Modifiers -- Nonaccess Member Modifiers -- Constructor Declarations -- Variable Declarations -- Declare and Use enums (OCA Objective 1.2) -- Declaring enums -- Certification Summary -- Two-Minute Drill -- Q&A Self Test
- Self Test Answers -- 2 Object Orientation -- Encapsulation (OCA Objectives 6.1 and 6.5) -- Inheritance and Polymorphism (OCA Objectives 7.1 and 7.2) -- The Evolution of Inheritance -- IS-A and HAS-A Relationships -- Polymorphism (OCA Objective 7.2) -- Overriding/Overloading (OCA Objectives 6.1 and 7.2) -- Overridden Methods -- Overloaded Methods -- Casting (OCA Objectives 2.2 and 7.3) -- Implementing an Interface (OCA Objective 7.5) -- Java 8-Now with Multiple Inheritance! -- Legal Return Types (OCA Objectives 2.2 and 6.1) -- Return Type Declarations -- Returning a Value
- Constructors and Instantiation (OCA Objectives 6.3 and 7.4) -- Constructor Basics -- Constructor Chaining -- Rules for Constructors -- Determine Whether a Default Constructor Will Be Created -- Overloaded Constructors -- Initialization Blocks (OCA Objectives 1.2 and 6.3-ish) -- Statics (OCA Objective 6.2) -- Static Variables and Methods -- Certification Summary -- Two-Minute Drill -- Q&A Self Test -- Self Test Answers -- 3 Assignments -- Stack and Heap-Quick Review -- Literals, Assignments, and Variables (OCA Objectives 2.1, 2.2, and 2.3) -- Literal Values for All Primitive Types
- Assignment Operators -- Exercise 3-1: Casting Primitives -- Scope (OCA Objective 1.1) -- Variable Scope -- Variable Initialization (OCA Objectives 2.1, 4.1, and 4.2) -- Using a Variable or Array Element That Is Uninitialized and Unassigned -- Local (Stack, Automatic) Primitives and Objects -- Passing Variables into Methods (OCA Objective 6.6) -- Passing Object Reference Variables -- Does Java Use Pass-By-Value Semantics? -- Passing Primitive Variables -- Garbage Collection (OCA Objective 2.4) -- Overview of Memory Management and Garbage Collection -- Overview of Java's Garbage Collector
- Control code
- 986525930
- Dimensions
- unknown
- Extent
- 1 online resource (1 volume)
- Form of item
- online
- Isbn
- 9781260011388
- Media category
- computer
- Media MARC source
- rdamedia
- Media type code
-
- c
- Other physical details
- illustrations
- http://library.link/vocab/ext/overdrive/overdriveId
-
- cl0500000857
- e6f39a0b-0a84-4241-bae8-cf1daeeed971
- Sound
- unknown sound
- Specific material designation
- remote
- System control number
- (OCoLC)986525930
- Label
- OCA Java SE 8 programmer I exam guide (exam 1Z0-808), Kathy Sierra, Bert Bates
- Note
- Includes index
- Carrier category
- online resource
- Carrier category code
-
- cr
- Carrier MARC source
- rdacarrier
- Content category
- text
- Content type code
-
- txt
- Content type MARC source
- rdacontent
- Contents
-
- Cover Page -- Title Page -- Copyright Page -- Contents -- Acknowledgments -- Preface -- Introduction -- 1 Declarations and Access Control -- Java Refresher -- Features and Benefits of Java (OCA Objective 1.5) -- Identifiers and Keywords (OCA Objectives 1.2 and 2.1) -- Legal Identifiers -- Oracle's Java Code Conventions -- Define Classes (OCA Objectives 1.2, 1.3, 1.4, 6.4, and 7.5) -- Source File Declaration Rules -- Using the javac and java Commands -- Using public static void main(String[ ] args) -- Import Statements and the Java API -- Static Import Statements
- Class Declarations and Modifiers -- Exercise 1-1: Creating an Abstract Superclass and Concrete Subclass -- Use Interfaces (OCA Objective 7.5) -- Declaring an Interface -- Declaring Interface Constants -- Declaring default Interface Methods -- Declaring static Interface Methods -- Declare Class Members (OCA Objectives 2.1, 2.2, 2.3, 4.1, 4.2, 6.2, 6.3, and 6.4) -- Access Modifiers -- Nonaccess Member Modifiers -- Constructor Declarations -- Variable Declarations -- Declare and Use enums (OCA Objective 1.2) -- Declaring enums -- Certification Summary -- Two-Minute Drill -- Q&A Self Test
- Self Test Answers -- 2 Object Orientation -- Encapsulation (OCA Objectives 6.1 and 6.5) -- Inheritance and Polymorphism (OCA Objectives 7.1 and 7.2) -- The Evolution of Inheritance -- IS-A and HAS-A Relationships -- Polymorphism (OCA Objective 7.2) -- Overriding/Overloading (OCA Objectives 6.1 and 7.2) -- Overridden Methods -- Overloaded Methods -- Casting (OCA Objectives 2.2 and 7.3) -- Implementing an Interface (OCA Objective 7.5) -- Java 8-Now with Multiple Inheritance! -- Legal Return Types (OCA Objectives 2.2 and 6.1) -- Return Type Declarations -- Returning a Value
- Constructors and Instantiation (OCA Objectives 6.3 and 7.4) -- Constructor Basics -- Constructor Chaining -- Rules for Constructors -- Determine Whether a Default Constructor Will Be Created -- Overloaded Constructors -- Initialization Blocks (OCA Objectives 1.2 and 6.3-ish) -- Statics (OCA Objective 6.2) -- Static Variables and Methods -- Certification Summary -- Two-Minute Drill -- Q&A Self Test -- Self Test Answers -- 3 Assignments -- Stack and Heap-Quick Review -- Literals, Assignments, and Variables (OCA Objectives 2.1, 2.2, and 2.3) -- Literal Values for All Primitive Types
- Assignment Operators -- Exercise 3-1: Casting Primitives -- Scope (OCA Objective 1.1) -- Variable Scope -- Variable Initialization (OCA Objectives 2.1, 4.1, and 4.2) -- Using a Variable or Array Element That Is Uninitialized and Unassigned -- Local (Stack, Automatic) Primitives and Objects -- Passing Variables into Methods (OCA Objective 6.6) -- Passing Object Reference Variables -- Does Java Use Pass-By-Value Semantics? -- Passing Primitive Variables -- Garbage Collection (OCA Objective 2.4) -- Overview of Memory Management and Garbage Collection -- Overview of Java's Garbage Collector
- Control code
- 986525930
- Dimensions
- unknown
- Extent
- 1 online resource (1 volume)
- Form of item
- online
- Isbn
- 9781260011388
- Media category
- computer
- Media MARC source
- rdamedia
- Media type code
-
- c
- Other physical details
- illustrations
- http://library.link/vocab/ext/overdrive/overdriveId
-
- cl0500000857
- e6f39a0b-0a84-4241-bae8-cf1daeeed971
- Sound
- unknown sound
- Specific material designation
- remote
- System control number
- (OCoLC)986525930
Library Links
Embed
Settings
Select options that apply then copy and paste the RDF/HTML data fragment to include in your application
Embed this data in a secure (HTTPS) page:
Layout options:
Include data citation:
<div class="citation" vocab="http://schema.org/"><i class="fa fa-external-link-square fa-fw"></i> Data from <span resource="http://link.library.missouri.edu/portal/OCA-Java-SE-8-programmer-I-exam-guide-exam/amwpQcMJ_2A/" typeof="Book http://bibfra.me/vocab/lite/Item"><span property="name http://bibfra.me/vocab/lite/label"><a href="http://link.library.missouri.edu/portal/OCA-Java-SE-8-programmer-I-exam-guide-exam/amwpQcMJ_2A/">OCA Java SE 8 programmer I exam guide (exam 1Z0-808), Kathy Sierra, Bert Bates</a></span> - <span property="potentialAction" typeOf="OrganizeAction"><span property="agent" typeof="LibrarySystem http://library.link/vocab/LibrarySystem" resource="http://link.library.missouri.edu/"><span property="name http://bibfra.me/vocab/lite/label"><a property="url" href="http://link.library.missouri.edu/">University of Missouri Libraries</a></span></span></span></span></div>
Note: Adjust the width and height settings defined in the RDF/HTML code fragment to best match your requirements
Preview
Cite Data - Experimental
Data Citation of the Item OCA Java SE 8 programmer I exam guide (exam 1Z0-808), Kathy Sierra, Bert Bates
Copy and paste the following RDF/HTML data fragment to cite this resource
<div class="citation" vocab="http://schema.org/"><i class="fa fa-external-link-square fa-fw"></i> Data from <span resource="http://link.library.missouri.edu/portal/OCA-Java-SE-8-programmer-I-exam-guide-exam/amwpQcMJ_2A/" typeof="Book http://bibfra.me/vocab/lite/Item"><span property="name http://bibfra.me/vocab/lite/label"><a href="http://link.library.missouri.edu/portal/OCA-Java-SE-8-programmer-I-exam-guide-exam/amwpQcMJ_2A/">OCA Java SE 8 programmer I exam guide (exam 1Z0-808), Kathy Sierra, Bert Bates</a></span> - <span property="potentialAction" typeOf="OrganizeAction"><span property="agent" typeof="LibrarySystem http://library.link/vocab/LibrarySystem" resource="http://link.library.missouri.edu/"><span property="name http://bibfra.me/vocab/lite/label"><a property="url" href="http://link.library.missouri.edu/">University of Missouri Libraries</a></span></span></span></span></div>