0 votes
in JAVA by
Is there any difference between nested classes and inner classes?

1 Answer

0 votes
by

Yes, inner classes are non-static nested classes. In other words, we can say that inner classes are the part of nested classes.

Related questions

+1 vote
asked May 12, 2021 in JAVA by rajeshsharma
0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
...