Multiple choice

Which of the following classes implements all the interfaces specified at its creation and invoking getInterfaces() of its class object will return an array, containing the same list of interfaces?

  1. Proxy class

  2. Function proxy

  3. Abstract class

  4. Meta class

  5. The RemoteStackFrame class

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This class implements all the interfaces specified at its creation and invoking getInterfaces() of its class object will return an array, containing the same list of interfaces.