What is the @functionalinterface annotation?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOAD Interview Questions

What are the limitations of inheritance?

0 Answers  


What is the abstract method modifier?

0 Answers  


If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?

0 Answers  


Why is class hierarchies managed in object-oriented programming?

0 Answers  


What if we make the method as abstract in another interface?

0 Answers  






Explain about inheritance?

0 Answers  


What is the main advantage of using inheritance?

0 Answers  


What is the difference abstract class and interface?

0 Answers  


Can constructors be parameterized?

0 Answers  


What is diamond inheritance problem? How java 8 solves this problem?

0 Answers  


How to use CRC Cards for Class Design?

2 Answers   Protech,


What is dynamic or run time polymorphism?

0 Answers  


Categories