Multiple choice technology web technology

Which of the following defines the method for the client to create, remove, and find EJB objects of the same type

  1. Remote Interface

  2. Bean Interface

  3. Home Interface

  4. Bean Class

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

The Home Interface in EJB (Enterprise JavaBeans) defines the methods for creating, removing, and finding EJB objects of a specific type. It's the factory interface that clients use to obtain references to EJB objects. The Remote Interface defines business methods, the Bean Class contains the implementation, and the Bean Interface is not a standard EJB term.