Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9a87c1

Browse files
authored
Update README.md
1 parent 0f62c4e commit c9a87c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
This repository contains examples and explanations of key Java 8 features, including Lambda Expressions, Functional Interfaces, Optional Class, and Stream API.Each section demonstrates the new functionalities introduced in Java 8 to promote efficient and concise coding practices.<br>
33

44
***Folder Structure***<br>
5-
1.Function_Interface & Lambda Expression: This folder demonstrates how to create and use functional interfaces and lambda expressions to write concise and anonymous methods.<br>
5+
1.Function_Interface & Lambda Expression:<br> This folder demonstrates how to create and use functional interfaces and lambda expressions to write concise and anonymous methods.<br>
66

7-
2.Stream_Api: Examples of intermediate and terminal methods used in the Stream API for handling and processing collections.<br>
7+
2.Stream_Api:<br> Examples of intermediate and terminal methods used in the Stream API for handling and processing collections.<br>
88

9-
3.Optional_class.txt: This file provides details on how to handle null values using the Optional class, preventing NullPointerException.<br>
9+
3.Optional_class.txt:<br> This file provides details on how to handle null values using the Optional class, preventing NullPointerException.<br>
1010

1111
***Features Covered***
1212

0 commit comments

Comments
 (0)