Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 485 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 485 Bytes

Java 8 Learning With Examples

This repo contains working examples to understand Java 8 New features. For detailed explanation please visit my blog http://www.rathakm.com

Examples added:

  • Lambda Expressions
  • Method Reference
  • Default and Static interface methods
  • Streams

How to run:

This project was created by using IntelliJ. You can import and run all the examples using mvn test or you can run the individual tests from test/java package.