What is beaninfo ?
Answer / sangeeta
BeanInfo is an interface with somewhere around 9-10 methods
to expose the functionality of the Bean.
| Is This Answer Correct ? | 1 Yes | 1 No |
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What is mdb in ejb?
What is the difference between session and entity beans? When should I use one or the other?
What is EJB object?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What is @injectmock?
Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
What is the purpose of a transaction monitor?
What is the purpose of JNDI?
What is Introspection ?
What do you mean by timer service and where it is used?