Answer Posted / neeraj agrawal
nested class are those class with in another class
whose defined in static modifier while inner class are those class with in another class is called inner class.
ya we can say static class are nested class while inner class are non static class.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is a 16 bit word?
What is the difference between && and & in java?
What is derived datatype?
Why char array is preferred over string for storing password?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
Which class contains a method: cloneable or object?
What is string array?
How to create packages in java?
What happens if main method is not static?
How to create com object in Java?
What is the importance of finally block in exception handling?
How we can execute any code even before main method?
What do you mean by constructor?
How to print nodes of a Binary tree?
What's the access scope of protected access specifier?