Describe client view of an Enterprise JavaBeans component?



Describe client view of an Enterprise JavaBeans component?..

Answer / guest

The client view is provided through two interfaces?the home
interface and the remote interface. These interfaces are
provided by classes constructed by the container when a bean
is deployed, based on information provided by the bean. The
home interface provides methods for creating a bean
instance, while the remote interface provides the business
logic methods for the component. By implementing these
interfaces, the container can intercede in client operations
on a bean, and offers the client a simplified view of the
component.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More EJB Interview Questions

What is the procedure for the creation of stateless ejb?

1 Answers  


How does ejb container work?

1 Answers  


How Stateful Session bean will store its State ?

1 Answers  


What are the types of enterprise bean?

1 Answers  


How does ejb invocation take place?

1 Answers  


What are ejbs used for?

1 Answers  


Differentiate Phantom from Un-repeatable?

1 Answers  


Why is ejb needed?

1 Answers  


What is ejb javatpoint?

1 Answers  


What is an ejb container?

1 Answers  


What are types in SessionBeans?

1 Answers  


What is stateless ejb?

1 Answers  


Categories