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 |
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
Explain the concept of local interfaces?
Is method overloading allowed in ejb?
What’s the difference between hibernate and ejb 3?
What is session facade in ejb?
What were entity beans?
Explain the architectural relationship between JavaBeans and JTA?
What is use of @postconstruct?
What is the difference between stateful and stateless session beans?
Can an ejb send asynchronous notifications to its clients?
Basic types of Enterprise JavaBeans?
Describe client view of an Enterprise JavaBeans component?