Java Tutorial
- This Java tutorial is for beginners, example based.
- Spend 10 minutes to read each item in order.
- You'll be a self-sustaining Java programer.
- The code here are tested with Java 1.8.0.
Table of Contents
Java Basics
- Comment Syntax
- Print String
- String
- The Power Function
- Type Conversion (Casting)
- Defining a Function
- Array
Class, Inheritance
- extends (keyword)
- Constructor
- Constructor Return Type
- Extending a Class that has Explicit Constructors
- static (keyword)
- this (keyword)
- super (keyword)
- Access Specifiers