Skip to content

Commit b611e53

Browse files
committed
Not updated section. Update you and contribute to this section.
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent 877b66c commit b611e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ You dive into **generic classes, interfaces, and wildcards** — foundational fo
15661566
| Topic | Key Files | Concepts Learned |
15671567
|--------------------------- |--------------------------------------------------------|-----------------------------------------------------------------|
15681568
| Generic Classes | Box.java, Pair.java, BoxType.java | Custom containers with parameterized types |
1569-
| Generic Methods | GenericFunctionsExample.java, Generics.GenericDemo.java | Type-safe utility methods for operations like swap/filter |
1569+
| Generic Methods | GenericFunctionsExample.java, Generics.GenericDemo.java| Type-safe utility methods for operations like swap/filter |
15701570
| Generic Interfaces | GenericInterfaces.java, StringContainer1.java | Reusable service/container interfaces with flexible types |
15711571
| Bounded Type Parameters | Upper and Lower Bounds...txt, GenericClass2.GenericClassDemo2.java | Constraining generic types using extends and super |
15721572
| Wildcards and Super Bounds | Java Generics Wildcards...txt, Wild Cards file | Handle flexible method arguments with <?> and bounds |

0 commit comments

Comments
 (0)