These tutorials do not cover all aspects of the Java language. Shortcut aspects are either not covered, or are mentioned only briefly. Shortcuts are not needed to write programs; they are only a convenience. Java is a rich language, and provides several ways to accomplish the same thing. All ways are not included.
| → A Short Course Syntax | |
| ↓ Minimal Programs | Applications and Applets |
| → General Guidelines | |
| → Method Declarations | |
| → Variable Declarations | |
| → Comments | |
| → Output | |
| → Input | |
| → Integer Arithmetic | |
| → Real Arithmetic | |
| → Boolean Arithmetic | |
| → Integer Comparison | |
| → Real Comparison | |
| → Conditional Control Structure | The if Statement |
| → Iterative Control Structure | The while Statement |
| → Conditional Control Structure | The switch Statement |
| → Iterative Control Structure | The for Statement |
| → Iterative Control Structure | The do Statement |
| C Now | C Tutorials |
| C++ Now | C++ Tutorials |
| C# Now | C# Tutorials |
| COBOL Now | COBOL Tutorials |
| FORTRAN Now | FORTRAN Tutorials |
|
Java Now
| Java Tutorials |
| JavaScript Now | JavaScript Tutorials |
| Pascal Now | Pascal Tutorials |
| Perl Now | Perl Tutorials |
| PHP Now | PHP Tutorials |