Is it possible to stop the execution of a method before completion in a SessionBean?
Submitted by: AdministratorStopping the execution of a method inside a Session Bean is not possible without writing code inside the Session Bean. This is because you are not allowed to access Threads inside an EJB.
Submitted by: Administrator
Submitted by: Administrator
Read Online Java EJB Programming Job Interview Questions And Answers
Top Java EJB Programming Questions
☺ | What is EJB? |
☺ | Is it possible to stop the execution of a method before completion in a SessionBean? |
☺ | 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? |
☺ | What is an EJB Context? |
☺ | What are the special design care that must be taken when you work with local interfaces? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |