Tuesday, November 29, 2011

Explain about instance methods?

Instance methods are placed in component interface and they are attached to specific instance. There nature of being Java instances makes EJB to generate classes for these instances which act as a proxy. Code from the client end is required to invoke the method present on the generated proxies which places method arguments onto a message and this message is sent to the EJB server.
Category:EJB Interview Questions

No comments:

Post a Comment