Answer Posted / john doe
The Stateful session bean stores its state using the .ser file
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In what format is the conversational data written to the disk?
How does ejb work in java?
How is consistency maintained by Stateful Session through transaction updates ?
Why stateless is better than stateful?
What is ejb and its types?
How to invoke ejb from java client?
What are the advantages of ejb components?
What is a local interface?
What is an ejb platform?
How do you decide whether you should use session, entity or message driven bean?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Are entity beans allowed to create() methods?
Enlist the declarative transaction types?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is mdb?