Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 551 Bytes

File metadata and controls

18 lines (12 loc) · 551 Bytes

java-8-lambdas-exercises

This git repository contains my solution to the excercise 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
  • My Answers are in package com.bijay.myanswer
  • Author's Answers are in com.insightfullogic.java8.answers