|
Question |
Rating |
View Answer |
|
What is the difference between ejbCreate() and ejbPostCreate |
|
View Answer |
|
What is Instance pooling?
|
|
View Answer |
|
What is the difference between stateless session and state full session bean? give example? |
|
View Answer |
|
What is the difference b/w sendRedirect() and <jsp: forward>?
|
|
View Answer |
|
What are the services provided by container? |
|
View Answer |
|
Name some common roles which EJB performs? |
|
View Answer |
|
What is the difference between activation and passivation
|
|
View Answer |
|
Does Stateful Session bean support instance pooling? |
|
View Answer |
|
With EJB 1.1 specs, why is unsetSessionContext() not provided in Session Beans, like unsetEntityContext() in Entity Beans? |
|
View Answer |
|
With EJB 1.1 specs, why is unsetSessionContext() not provided in Session Beans, like unsetEntityContext()
|
|
View Answer |
|
How many EJB Objects are created for a Bean
|
|
View Answer |
|
How should I obtain my JDBC connection so that it participates in the EJB container's transaction? |
|
View Answer |
|
How to configure the jdbc driver in welogic server? What are all the necessary jar files to be used?
|
|
View Answer |
|
What is ACID? |
|
View Answer |
|
How we deploy in weblogic? |
|
View Answer |
|
Can we use session beans & entity beans in single application? |
|
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 are the file used in hibernate?
|
|
View Answer |
|
How big should I make the cache for a stateful session bean? |
|
View Answer |
|
Explain about POJOs which form a part of EJB? |
|
View Answer |