This is Java 8/11 test project with working examples on new java features.
- 
DataStructure examples:
Binary Tree, Custom Java List, Bubble Sort, Depth First Search
 - 
Java 8 Lambda
 - 
Java Functions
 - 
Java Annotations
 
Clone this repository:
git clone https://github.com/sainik73/java-testbed
Build the project with Maven:
cd java-testbed/
mvn clean install -Pdist
Run the test:
java -jar target/javatest.jar
Select the test to run:
a) Java Annotation
b) Java Lambda
c) DataStructures