[go: up one dir, main page]

Skip to content

hughgao/java-8-lambdas-exercises

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-8-lambdas-exercises

This git repository contains support material for the Java 8 Lambdas book.

Project Structure

The overall code layout is:

  • Code is in src/main/java
  • Tests are in src/test/java

Within these directories things are organised by package:

  • Exercises which involve code in com.insightfullogic.java8.exercises
  • Answers are in com.insightfullogic.java8.answers Coding questions are all in the form of failing tests, and the package-info.java contains the correct answer to questions which don't involve writing code, eg: yes/no questions.
  • Code Examples/Listings are in com.insightfullogic.java8.examples

The sub-packages then correspond to the chapter number, so the examples for chapter 4 are in com.insightfullogic.java8.examples.chapter4.

Reporting Issues

If you find any issues with the exercises or examples then please submit them via the O'Reilly Errata Page.

About

Exercises and Answers for Java 8 Lambdas book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published