Differentiate “find a method” from “select method” in EJB ?



Differentiate “find a method” from “select method” in EJB ?..

Answer / Priyanka Saxena

'Find' methods are used for locating specific Entity Beans based on their primary key, while 'Select' methods are used to query multiple Entity Beans based on some criteria.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

Why does EJB needs two interfaces, Home and Remote Interface?

4 Answers  


Explain ejbhome and ejbobject in ejb?

1 Answers  


How do identify two same entity beans?

1 Answers  


Explain Stateful session bean life cycle?

2 Answers   Accenture,


How to increase ejb transaction timeout in weblogic?

1 Answers  


Enlist the changes in EJB 2.1 ?

1 Answers  


Can EJB made to handle multiple transactions?

1 Answers  


What is entity beans in ejb with example?

1 Answers  


What is the purpose of JNDI?

6 Answers  


Is it legal to have static initializer blocks in ejb?

1 Answers  


How is consistency maintained by Stateful Session through transaction updates ?

1 Answers  


Can tomcat run ejb?

1 Answers  


Categories