Learn Java Tutorial for Beginners, Part 19: Static (and Final)

1 year ago
21

A tutorial on how to use the static keyword in Java, plus a bit about 'final' and constants. The first part of this tutorial just demonstrates the basic idea behind 'static'; then I move on to show you how to create constants, how to count your objects and how to assign objects unique IDs.

Loading comments...