|
Related Questions |
View Answer |
|
What are simple rules that a Primary key class has to follow?
|
View Answer
|
|
How is Stateful Session bean maintain their states with client?
|
View Answer
|
|
Is it possible to invoke multiple Session beans from one Session bean using Reflection?
|
View Answer
|
|
Is it possible to share an HttpSession between a JSP and EJB. What happens when I change a value in the HttpSession from inside an EJB?
|
View Answer
|
|
What is clustering. What are the different algorithms used for clustering?
|
View Answer
|
|
How to implement an entity bean which the PrimaryKey is an autonumeric?
|
View Answer
|
|
How many EJB Objects are created for a Bean?
|
View Answer
|
|
What is abstract schema?
|
View Answer
|
|
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
|
View Answer
|
|
Why an onMessage call in Message-driven bean is always a seperate transaction?
|
View Answer
|
|
Does Stateful Session bean support instance pooling?
|
View Answer
|
|
Why does EJB needs two interfaces(Home and Remote Interface)
|
View Answer
|
|
Can I invoke Runtime.gc() in an EJB?
|
View Answer
|
|
Can a Session Bean be defined without ejbCreate() method?
|
View Answer
|
|
Why are ejbActivate() and ejb Passivate() included for stateless session bean even though they are never required as it is nonconversational bean?
|
View Answer
|
|
With EJB 1.1 specs, why is unsetSessionContext() not provided in Session Beans, like unsetEntityContext() in Entity Beans?
|
View Answer
|
|
What is the difference between ejbStore() and ejbLoad()?
|
View Answer
|
|
What is the difference between ejbCreate() and ejbPostCreate
|
View Answer
|
|
Does stateless Session bean create() method contain any parameters?
|
View Answer
|
|
Can I develop an Entity Bean without implementing the create() method in the home interface?
|
View Answer
|