-
EJB Deployment Process
Knowing that EJB encapsulates business logic in a web application, how does EJB actually do it in a application server ?
-
-
-
-
What is ACID
Answered by Jey on 2005-05-08 17:27:45: ACID is releated to transactions. It is an acronyam of Atomic, Consistent, Isolation and Durable. Transaction must following the above four properties to be a better one Atomic: It means a transaction must execute all or nothing at all. Consistent: Consistency is a transactional characteristic that must be enforced by both the transactional system...
-
Business Method Request
How to find who has given request (caller) to Business method of your application(SLSB)
-
-
-
Distributed Object using RMI-IIOP
How are parameters passed to a method of a distributed object using RMI-IIOP?
-
-
-
Wait(), notify() and notyfyAll() methods
Why wait(), notify() and notyfyAll() methods are avialble in Object class but not in Thread class? Explain.
-
What is the difference between JavaBean and EJB
Answer posted by Mohan on 2005-05-20 08:40:04: Java Beans is intra-process component where as EJB is an Inter-Process component JavaBeans is particularly well-suited for asynchronous, intra-application communications among software
-
Can I invoke Runtime.gc() in an EJB
Answer posted by Mohan on 2005-05-21 19:26:48: No
-
-
-
-
-
What is the difference between CMP and BMP
Answered by Jey on 2005-05-08 11:32:16: CMP means Container Managed Persistence. When we write CMP bean , we dont need to write any JDBC code to connect to Database. The container will take care of connection our enitty beans fields with database. The Container manages the persistence of the bean. Absolutely no database access code is written inside the bean class. BMP means Bean Managed Persistence....
-
Session Bean Interface
Which method is declared in the sessionbean interface?
EJB Interview Questions
Ans