Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.84 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.84 KB

Java Basics: examples to use during a Java course

These are just a collection of samples I wrote down while preparing my Java courses here and there.

Most of the examples works fine with any Java version from 5 on. Some of them are specific for Java 7 and Java 8.

More resources

Exercises

Programming Katas

About Refactoring

About SOLID principles

Books