Java
Programming and Technical
Q. What is nested class?
A. If all the methods of a inner class is static then it is a nested class
Read Solution (Total 3)
-
- if class is declare inside other class it is called as nested class or inner class.
- 10 years agoHelpfull: Yes(1) No(0)
- A class with in the another class is called nested class.
- 10 years agoHelpfull: Yes(1) No(0)
- a class within in another class is called as nested class
- 10 years agoHelpfull: Yes(1) No(0)
Java Other Question