Here we list resources that are useful for people teaching (or learning) Java.
- The beginner's page on Java tells how to get Java up and running on your lappy or compy.
- The Java 20 API guide is an essential reference for learning about using classes.
- equals discusses the proper implementation of the
.equals()
method in Java. - Java Records shows how to use this handy new (14) java feature. It is very useful for creating immutable "dataiferous" Java classes.