Categories Pricing Corporate
Free Textbook

Java: Classes in Java Applications

An Introduction to Java Programming

(49 ratings)
2 reviews
118
Language:  English
The three books in the Java series aim to give the learner a deep understanding of the Standard Edition (SE) Application Programming Interface (API) of the Java programming language.
Download free PDF textbooks or read online. Less than 15% adverts
Business subscription free for the first 30 days, then $5.99/mo
Description
Content
Reviews

The three books in the Java series aim to give the learner a deep understanding of the Standard Edition (SE) Application Programming Interface (API) of the Java programming language. The series begins with an introduction to the basic concepts of Java objects and concludes with an exploration of the development of Java programmes that employ a graphical user interface to the business logic of a Java application.

  1. Using the Java Application Programming Interface
    1. Documentation in Developer-Written Java Classes
    2. Documentation in the Java Application Programming Interface
  2. Flow Control
    1. Introduction to Flow Control
    2. Sequential Flow
    3. Conditional Flow
    4. Making Decisions
    5. Controlling the Repetition of Blocks of Code
    6. Deciding Which Construct to Use
    7. Branching Statements
    8. Handling Exception Objects
  3. Extending Classes by Means of Inheritance
    1. What Does Inheritance Mean?
    2. Overriding and Hiding Methods in a Subclass
    3. Invoking a Parent Class Constructor from a Subclass Constructor
    4. final and abstract Classes
    5. What Does Type Compatibility Mean?
    6. Virtual Method Invocation
    7. Controlling Access to the Members of a Class
    8. Summary of Inheritance
  4. Errors in Java Programmes
    1. Categories of Error
    2. What are Unexpected Error Conditions?
    3. Checked Exceptions
    4. try ... catch ... finally Blocks
    5. Throwing Exceptions
    6. Exceptions in the Themed Application
    7. Summary of Exceptions
  5. Java Interfaces
    1. What is a Java Interface?
    2. Defining and Implementing a Java Interface
    3. The Role of Interfaces as a Means to Introduce Behaviour to a Class
    4. Interfaces as Types
    5. Summary of Java Interfaces
  6. Grouping Classes Together in a Java Application
    1. An Introduction to Java Packages
    2. Creating Packages
    3. Naming Convention
    4. Packages in the Java Language
    5. Using and Accessing Package Members
    6. Compiling and Running Package Members
This is very good ACC (All Concept Clear) book!
If you want to understand Java then this is the best choice.
More reviews
About the Author

David Etheridge