Learn Java Training from the Best Tutors
Search in
The ObjectInputStream
and ObjectOutputStream
classes in Java are part of the Java Input/Output (I/O) system and are used for reading and writing objects, respectively. These classes are primarily designed for object serialization, which is the process of converting an object's state into a byte stream and reconstructing the object from that byte stream. Serialization is essential for scenarios like storing objects in files, sending objects over a network, or saving object states between different program executions.
ObjectOutputStream:
writeObject(Object obj)
, which writes the specified object to the underlying stream.ObjectInputStream:
readObject()
, which reads the next object from the input stream and returns it as a generic Object
. The caller must cast the returned object to its appropriate type.It's important to note that for an object to be serializable, its class must implement the Serializable
interface. This interface acts as a marker, indicating that the class can be serialized. If a class does not implement Serializable
, an exception (NotSerializableException
) will be thrown at runtime.
Here's a simple example of a serializable class:
These classes are powerful tools for handling object persistence and communication in Java, allowing objects to be easily saved, transmitted, and reconstructed.
Related Questions
Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com
Ask a QuestionRecommended Articles
Some Popular IT Courses in Current Market
In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...
Why Java is the Most Popular Programming Language
Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...
Java: An Object-Oriented Language
Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”. Right from its first implication as java 1.0...
Why Should You Learn Java !
Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...
Looking for Java Training Classes?
Learn from the Best Tutors on UrbanPro
Are you a Tutor or Training Institute?
Join UrbanPro Today to find students near youThe best tutors for Java Training Classes are on UrbanPro
The best Tutors for Java Training Classes are on UrbanPro