Episode 19 – Object clone method

27 June 2015 | 0
I have just uploaded episode 19 of my free Java Video Beginner course. In this episode I talk about the Object clone method. I demonstrate how to overwrite it, talk about it’s problems and show two alternatives that will allow ... Read more »

Interfaces in Java

9 June 2015 | 0
In episode 16 of my Free Java Video Course I talk about the definition and the history of interfaces in Java, in a short a coding session I show you how to implement and use interfaces in Java, give tips ... Read more »