-
-
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 a Session Bean be defined without ejbCreate() method
Answer posted by Mohan on 2005-05-21 19:27:35: No
-
-
-
-
-
Wait(), notify() and notyfyAll() methods
Why wait(), notify() and notyfyAll() methods are avialble in Object class but not in Thread class? Explain.
-
EJB Interview Questions
Ans