Java classes

Content:

Original link: Java classes / me.

Aspiring Java programmers learn about classes as some of the very first. One can not even write hello world without creating a class.

But there are lots of complexity in Java classes. Static nested classes, inner classes, anonymous inner classes,method local inner classes, enum, record.

This is an intro to these topics.

Comments: