State the methods used during deserialization and serialization process.
Answers were Sorted based on User's Feedback
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 |
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 |
What are the purposes of using .net?
How many types of generations are there in a garbage collector?
What are virtual destructures?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
What are remotable objects in .NET Remoting?
How do I spawn a thread?
How can you instantiate a tuple?
What is common type system (cts)?
How to implement DataGrid in .NET?
How does you handle this COM components developed in other programming languages in .NET?
What is alias ? Is it used in .Net ?
Types of JIT and what is econo-JIT ?