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 difference between stateful and stateless session beans?

2 Answers   Tech Mahindra,


Are entity beans allowed to create() methods?

0 Answers  


EJB containers supports what kind of transaction attributes?

1 Answers  


What is an ejb container?

0 Answers  


What are the key benefits of the ejb technology?

0 Answers  






What is the procedure for the creation of stateless ejb?

0 Answers  


Which is the only method defined in the javax.ejb.handle interface?

0 Answers  


Can you be deported if you are stateless?

0 Answers  


Difference between javaBeans and Enterprise JavaBeans?

1 Answers   Indotech, Tech Mahindra,


Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?

1 Answers  


Why do we use @requestmapping?

0 Answers  


What is Transaction attribute?

3 Answers  


Categories