What is nested interface?
Answer / Sudhir Kumar Gupta
A Nested Interface is an interface declared within another class or interface. Nested interfaces can have access to the private members of their enclosing classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we have this () and super () together?
How to sort numbers in java without array?
WAP to illustrate the use of interface
What are virtual methods?
What do you mean by collectors in java 8?
Where can I find data structures question and answers with comprehensive working code written in Java
What's the base class in java from which all classes are derived?
How can we create a object of a class without using new operator.
Difference between comparator and comparable in java?
what is the purpose of "virtual"?
Is set ordered in java?
What is difference between path and classpath variables?