-
-
-
-
BLOB & CLOB
What is the expansion for BLOB & CLOB?
-
-
-
-
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...
-
-
-
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
-
-
-
-
EJB Interview Questions
Ans