I dont want to use serialzable in java is there any another
concept
so plz tell me
Answers were Sorted based on User's Feedback
Answer / niraj deshmukh
Java provides Serialzable Interface to persist the object
state in distributed enviroment (if wanted to transfer the
over wire).
for e.g :
class persist implements Serializable {
// object's state needs to persist
private String state;
.
.
}
There is another way to achieve this behavior using
"Externalizable" interface. By implementing this, developer
can customized the serializable process.
Is This Answer Correct ? | 1 Yes | 0 No |
Does sprintf allocate memory?
Why we go for collections in java?
How many types of design patterns are there?
What does pointer mean?
What are the advantages and disadvantages of object cloning?
What is instance synchronization?
Why is stringbuffer faster than string?
what do you meant by Platform-Independent?
when to use abstract class and when to use interface?
16 Answers Exterro, iGate, IonIdea,
What is the difference between multitasking and multithreading in Java
0 Answers Sans Pareil IT Services,
What is advantage of java?
How many types of equations are there?