Answer Posted / kamal hassan
A staic class difined with in anothaer class is called
nested class.
A non static class defined in another class is called inner
class.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Where is java located?
What are the important features of Java 9 release?
What are the three best choices for a development environment?
Can we override a variable in java?
what is meant by abstract class?
How can you set the applet size?
How to create com object in Java?
Explain about public and private access specifiers?
How to display arraylist values in java?
How does a cookie work in Servlets?
How do you make a thread in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
Can a constructor be made final?
What is arrays aslist in java?
What’s the difference between constructors and other methods?