The Little Book Of Java

THE LITTLE BOOK OF JAVA PROGRAMMING

The fastest, easiest way to learn to program in Java. This book will teach you to program the Java language from the ground up. You will learn about Object Orientation, classes, methods, generic lists and dictionaries, file operations, serialization and exception-handling, creating commandline and ‘visual’ form-based applications. Whether you are a new programmer or an experienced programmer who wants to learn the Java language quickly and easily, this is the book for you! You can download the source code ready to run at the commandline or load into an IDE (the free NetBeans IDE is recommended).

This book explains…

  • Fundamentals of Java
  • Object Orientation
  • Classes and Class Hierarchies
  • Variables, Types, Constants
  • Operators & Tests
  • Methods & Arguments
  • Constructors
  • Access Modifiers
  • Arrays & Strings
  • Loops & Conditions
  • Files & Directories
  • structs & enums
  • Overloaded and overridden methods
  • Exception-handling
  • Lists & Generics
  • Streams & Serialization
  • …and much more

Table of Contents

Introduction

1 – Getting Started
2 – Features of the C# Language
3 – Tests and Operators
4 – Functions
5 – Object Orientation
6 – Arrays, Strings and Loops
7 – Files and Directories
8 – Classes and Structs
9 – Exception Handling
10 – Lists and Generics

Appendix