The examples that accompany this book are based on Java 8. You can download the examples (consisting of 30 sample projects) discussed in this book from the following Google Drive location: drive.google.com/open?id=0B1IwsLB5TOglZXYxWW9JMndUX3M.
Chapter 1 - Hello World!Â
Chapter 2 - Variables, data types and operatorsÂ
Chapter 3 - Control flow statementsÂ
Chapter 4 - Objects, classes and methods
Chapter 5 - Packages, access modifiers, static and this keywordsÂ
Chapter 6 - Object-oriented programming conceptsÂ
Chapter 7 - Abstract classes and interfacesÂ
Chapter 8 - Exception handlingÂ
Chapter 9 - Arrays, immutability, recursive methods and wrapper classes