|
Related Questions |
View Answer |
|
Is it legal to have static initializer blocks in EJB?
|
View Answer
|
|
Is is possible for an EJB client to marshal an object of class java.lang.Class to an EJB?
|
View Answer
|
|
What is an EJB Context?
|
View Answer
|
|
How can I call one EJB from inside of another EJB?
|
View Answer
|
|
What is the difference between Message Driven Beans and Stateless Session beans?
|
View Answer
|
|
What happens if remove()is never invoked on a session bean?
|
View Answer
|
|
What are the special design care that must be taken when you work with local interfaces?
|
View Answer
|
|
Brief description about local interfaces?
|
View Answer
|
|
What is EJB QL?
|
View Answer
|
|
What is the advantage of using Entity bean for database operations, over directly using JDBC API to do database operations? When would I use one over the other?
|
View Answer
|
|
Can you control when passivation occurs?
|
View Answer
|
|
Can the primary key in the entity bean be a Java primitive type such as int?
|
View Answer
|
|
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?
|
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
|
|
How EJB Invocation happens?
|
View Answer
|
|
What is Entity Bean and Session Bean ?
|
View Answer
|
|
What is message-driven bean?
|
View Answer
|
|
How many enterprise beans?
|
View Answer
|
|
What are the key benefits of the EJB technology?
|
View Answer
|
|
What are the key features of the EJB technology?
|
View Answer
|