State the methods used during deserialization and serialization process.

Answers were Sorted based on User's Feedback



State the methods used during deserialization and serialization process...

Answer / hrindows@gmail.com

ObjectInputStream.readObject Reads the file and deserializes the object.

ObjectOuputStream.writeObject Serialize the object and write the serialized object to a file.

Is This Answer Correct ?    0 Yes 0 No

State the methods used during deserialization and serialization process...

Answer / hrindows@gmail.com

ObjectInputStream.readObject Reads the file and deserializes the object.

ObjectOuputStream.writeObject Serialize the object and write the serialized object to a file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How do you turn off cookies for one page in your site?

3 Answers   Siebel Systems,


How many types of generations are there in a garbage collector?

0 Answers  


What is .net core used for?

0 Answers  


how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?

8 Answers  


What is a garbage collector?

0 Answers  






What is il in vb.net?

0 Answers  


Tell us the differences between an interface and an abstract class in .net?

0 Answers  


When a Static Constructor called in .NET?

0 Answers  


Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  


What is cyclomatic complexity and why is it important?

0 Answers  


Explain the garbage collection process?

0 Answers  


What is difference between .net and .net core?

0 Answers  


Categories