Skip to content

Commit 52964a8

Browse files
Update README.md
1 parent 8761e1b commit 52964a8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5804,6 +5804,8 @@ Eg <type> e = Eg<type>{
58045804

58055805
</h3>
58065806

5807+
<h3> <i>***Until JDK 9 arrived , the diamond operator and generic class is possible only with normal classes , i.e. if we run any program with anonymous class and type parameter in JDK 7 it will throw error , hence Java developers extended the feature of the diamond operator in JDK 9 by allowing the diamond operator to be used with anonymous inner classes too.***</i></h3>
5808+
58075809
</ul>
58085810

58095811
<h2><li>4. Generic Inner Class </li></h2>

0 commit comments

Comments
 (0)