Skip to content

xpepper/java-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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