top of page
Search

Important Java Classes everyone should know
📗 Anonymous classes Java anonymous classes are a way to create a one-time-use class that extends a class or implements an interface...
shubhangisingh453
Mar 22, 20234 min read
7 views
0 comments

Mastering Java Nested and Inner Classes: Understanding the Differences and Benefits
In Java, nested classes are classes that are defined within another class. They can be static or non-static. Inner classes are a type of...
shubhangisingh453
Mar 22, 20233 min read
10 views
0 comments
bottom of page