Skip to content

Several Java8 Features have been introduced in this Project.

Notifications You must be signed in to change notification settings

NavpreetRajput/Java8-Features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Java8-Features

This Project has covered several features of Java8.

Topics Covered

Lambda Event Handler

Functional Interfaces

Method References

Streams

For-Each using Lambda and Streams

Default Method

Technology Used

Java SE 16.0.1

Software and Tools Required

Java

IDE(Visual Studio Code, Eclipse etc.)

Importing and running the project though Eclipse IDE on Mac

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.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Dependency Management

The JAVA DEPENDENCIES view allows you to manage your dependencies. More details can be found here.

Releases

No releases published

Packages

No packages published

Languages