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 21
21
If you're new to the Java Stream API and want to learn the fundamentals, check out our dedicated beginner's section with
22
22
foundational exercises and explanations:
23
23
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 )
26
25
27
26
28
27
---
@@ -32,8 +31,7 @@ foundational exercises and explanations:
32
31
Functional Interfaces are a cornerstone of Java's functional programming capabilities. If you're ready to delve deeper
33
32
into how they work and their role in the Stream API, visit this dedicated section:
34
33
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 )
37
35
38
36
---
39
37
@@ -43,8 +41,7 @@ into how they work and their role in the Stream API, visit this dedicated sectio
43
41
44
42
Preparing for a Java interview? Practice common Stream API questions and scenarios here:
45
43
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 )
48
45
49
46
---
50
47
You can’t perform that action at this time.
0 commit comments