Skip to content

Commit 5c0aa1d

Browse files
committed
Anonymous Inner Class
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent 684e567 commit 5c0aa1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class AnonymousInnerClass {
2+
public static void main(String[] args) {
3+
System.out.println("Lambda expression Vs Anonymous Inner Class");
4+
}
5+
}

0 commit comments

Comments
 (0)