InterviewSolution
Saved Bookmarks
| 1. |
What Is Nested Class? |
|
Answer» If all the METHODS of a INNER CLASS is STATIC then it is a NESTED class. If all the methods of a inner class is static then it is a nested class. |
|