Explain Object Serialization and it can be used?
Answers were Sorted based on User's Feedback
Answer / devarathnam c,kotagudibanda(po
Hi,
Object Serialization: It is process of storing an object
state as permanently in the file(secondary storage).Java is
internet language ,so we need to serialize an object
into "bit-blobs" streams inorder to send an object(s) over
the network.To achieve this task we can use "Serializable"
interface(Marker interface),"ObjectOutputStream"
and "ObjectInputStream" classes also plays key role in the
Serialization process.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / abhijeet chalke
By implementing Seralizable interface we can store state of
an object which is very much important in j2ee application
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / senthil
implementing Seralizable interface we can store state of
an object which is very much important in advanced java
application
| Is This Answer Correct ? | 1 Yes | 0 No |
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
In real time project when will we use Abstract class. and what are the difference between abstract and interface.
6 Answers DELL, FCS, Polaris, Tanla Solutions, TCS,
What is the difference between RMI and Socket?
Wt is the main difference between Java and Java J2EE and Advanced java?
What is the relation between the infobus and rmi?
how the action can be map from jsp page to bean class in mvc1
what is diff between Access modifier and specifier?
What is threadfactory?
How to implement RMI in Java?
what is catalina in tomcat server.
What is the difference between java class and bean?
What is Stream Tokenizer?