adplus-dvertising
frame-decoration

Question

Which of these is a process of writing the state of an object to a byte stream?

a.

Serialization

b.

Externalization

c.

File Filtering

d.

All of the mentioned

Answer: (a).Serialization

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of these is a process of writing the state of an object to a byte stream?

Similar Questions

Discover Related MCQs

Q. Which of these process occur automatically by the java runtime system?

Q. Which of these is an interface for control over serialization and deserialization?

Q. Which of these interface extends DataOutput interface?

Q. Which of these is a method of ObjectOutput interface used to finalize the output state so that any buffers are cleared?

Q. Which of these is method of ObjectOutput interface used to write the object to input or output stream as required?

Q. How an object can become serializable?

Q. What is serialization?

Q. What is deserialization?

Q. How many methods Serializable has?

Q. What type of members are not serialized?

Q. If member does not implement serialization, which exception would be thrown?

Q. Default Serialization process cannot be overridden.

Q. Which of the following methods is used to avoid serialization of new class whose super class already implements Serialization?

Q. Which of the following methods is not used while Serialization and DeSerialization?

Q. Serializaed object can be transferred via network.

Q. Which of these is a process of extracting/removing the state of an object from a stream?

Q. Which of these process occur automatically by java run time system?

Q. Which of these interface extends DataInput interface?

Q. Which of these is a method of ObjectInput interface used to deserialize an object from a stream?

Q. Which of these class extend InputStream class?