This Project has covered several features of Java8.
Lambda Event Handler
Functional Interfaces
Method References
Streams
For-Each using Lambda and Streams
Default Method
Java SE 16.0.1
Java
IDE(Visual Studio Code, Eclipse etc.)
Step 0: Open Eclipse Enterprise Edition. [Install, if not already installed.]
Step 1: Click On File > Import > Git > Projects From Git(with smart import) > Clone Uri > Paste The Repository Url as:https://github.com/NavpreetRajput/Java8-Features Select Next > Next >(Choose the Directory where you want to save the project, For Example: EClipse Workspace) Select Next > (Select import as General Project) Select Next> Finish
Step 2: Run the Project with main method.
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies
The JAVA DEPENDENCIES
view allows you to manage your dependencies. More details can be found here.