Java: Classes in Java Applications - An Introduction to Java Programming

From TextbookRevolution

Jump to: navigation, search

Bibliographical Data

Title:Java: Classes in Java Applications - An Introduction to Java Programming
Author:David Etheridge
Subjects:Computer Science
Key words:Java, programming, flow control, classes, interface
Education Level:Higher Education
License:All Rights Reserved - Standard Copyright

Abstract

This is the second part of the "Java"-series written by David Etheridge. This book gives the reader an introduction to Documentation, Abstract and Parent classes, Inheritance, Error in Java, Java Interfaces and much more.

1. Using the Java Application Programming Interface 1.1 Documentation in Developer-Written Java Classes 1.2 Documentation in the Java Application Programming Interface

2. Flow Control 2.1 Introduction to Flow Control 2.2 Sequential Flow 2.3 Conditional Flow 2.4 Making Decisions 2.5 Controlling the Repetition of Blocks of Code 2.6 Deciding Which Construct to Use 2.7 Branching Statements 2.8 Handling Exception Objects

3. Extending Classes by Means of Inheritance 3.1 What Does Inheritance Mean? 3.2 Overriding and Hiding Methods in a Subclass 3.3 Invoking a Parent Class Constructor from a Subclass Constructor 3.4 final and abstract Classes 3.5 What Does Type Compatibility Mean? 3.6 Virtual Method Invocation 3.7 Controlling Access to the Members of a Class 3.8 Summary of Inheritance

4. Errors in Java Programmes 4.1 Categories of Error 4.2 What are Unexpected Error Conditions? 4.3 Checked Exceptions 4.4 try ... catch ... finally Blocks 4.5 Throwing Exceptions 4.6 Exceptions in the Themed Application 4.7 Summary of Exceptions

5. Java Interfaces 5.1 What is a Java Interface? 5.2 Defining and Implementing a Java Interface 5.3 The Role of Interfaces as a Means to Introduce Behaviour to a Class 5.4 Interfaces as Types 5.5 Summary of Java Interfaces

6. Grouping Classes Together in a Java Application 6.1 An Introduction to Java Packages 6.2 Creating Packages 6.3 Naming Convention 6.4 Packages in the Java Language 6.5 Using and Accessing Package Members 6.6 Compiling and Running Package Members

Download

URL:http://bookboon.com
Download link:http://bookboon.com/uk/student/it/an-introduction-to-java-programming-2


Flags:
Duplicates: