File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2121If you're new to the Java Stream API and want to learn the fundamentals, check out our dedicated beginner's section with
2222foundational exercises and explanations:
2323
24- [ ** Beginner's Guide to Java Streams
25- ** ] ( https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/learn/basics )
24+ [ Beginner's Guide to Java Streams] ( https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/learn/basics )
2625
2726
2827---
@@ -32,8 +31,7 @@ foundational exercises and explanations:
3231Functional Interfaces are a cornerstone of Java's functional programming capabilities. If you're ready to delve deeper
3332into how they work and their role in the Stream API, visit this dedicated section:
3433
35- [ ** Explore Java Functional Interfaces
36- ** ] ( https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/learn/functional_interfaces )
34+ [ Explore Java Functional Interfaces] ( https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/learn/functional_interfaces )
3735
3836---
3937
@@ -43,8 +41,7 @@ into how they work and their role in the Stream API, visit this dedicated sectio
4341
4442Preparing for a Java interview? Practice common Stream API questions and scenarios here:
4543
46- [ ** Practice Stream API Interview Questions
47- ** ] ( https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/interview )
44+ [ Practice Stream API Interview Questions] ( https://github.com/ZahidFKhan/Streams-API-Practices/tree/main/src/test/java/com/github/streams/interview )
4845
4946---
5047
You can’t perform that action at this time.
0 commit comments