Hi
This is an interview question
As we know in
EJB we have the Remote interface in which we declare
all the business logic methods which the EJ Bean needs to implement.
Though the EJB directly doesnt impleement this interface , all methods
in teh EJB have to match the method signatures of the Remote Interface.
WHat is the advantage of this decoupling .
Or why
Java has forced developers to use this type of architecture
CAn someone explain.
Rgrds