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
Explain reverse a linked list recursive java solution?
Differentiate between postfix and prefix operators in java.
What is the maximum size of array in java?
Does printwriter create a file?
What is yield () in java?
Which of the classes will have more memory allocated?
Difference between association, composition and aggregation?
What are static blocks and static initalizers in java ?
Can we make a constructor final?
What is the role of garbage collector in java?
Can the interface be final?
what is the difference between a threads start() and run() methods? : Java thread
What is collections framework?
Which graphs are functions?
What is JFC?