More Related Links
Answer - EJB is a standard for developing server side in
JAVA.....
Answer - There are 3 kinds of EJB's - Session beans, Entity
Beans, Message-driven beans...
Answer - In case of stateful session beans, we need to store
the client conversation....
Answer - Transaction_read_uncommitted- Allows a method to read
uncommitted data from a DB(fast but not wise).....