+1 vote
in JAVA by

What is nested class in Java?

1 Answer

0 votes
by

If all the methods of a inner class is static then it is a nested class.

...