What is nested interface?



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

Post New Answer

More Core Java Interview Questions

Can we have this () and super () together?

1 Answers  


How to sort numbers in java without array?

1 Answers  


WAP to illustrate the use of interface

2 Answers  


What are virtual methods?

1 Answers   TCS,


What do you mean by collectors in java 8?

1 Answers  


Where can I find data structures question and answers with comprehensive working code written in Java

0 Answers   Amazon,


What's the base class in java from which all classes are derived?

1 Answers  


How can we create a object of a class without using new operator.

1 Answers   Infosys, Nokia,


Difference between comparator and comparable in java?

1 Answers  


what is the purpose of "virtual"?

1 Answers   EDS,


Is set ordered in java?

1 Answers  


What is difference between path and classpath variables?

1 Answers  


Categories