Why serialization is used?
Answers were Sorted based on User's Feedback
Answer / pn8572
When we need the information to be passed over network to different application or store details to a file , use serialization. It is done on the object level.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / brainindia
To maintain the object in a persistent state.
| Is This Answer Correct ? | 5 Yes | 4 No |
Write down the steps for the creation of stateless ejb.
What is the difference between ejb and spring?
Enlist the contents of Container.
What are the types of enterprise bean?
How enterprise beans will handle concurrent and loopback calls on entity beans?
What is the difference between ejb and java beans?
What is Enterprise JavaBeans (EJB)?
What do you mean by EJB architecture?
What are ejb components?
What is rmi and ejb in java?
Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.
What is the major difference SessionBean and EntityBean?