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 is .net3.5?
What is Serialiazation?
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
How many types of design patterns available in .NET?
What relationship is between a process, application domain, and application?
What is a system lock?
Explain what is heap and what is stack?
What are situations when you register .NET assembly in GAC ?
Explain the different parts of an assembly?
Explain why do we use the “using” statement?
Explain the garbage collection process?
can any one tel me hw to connect database connectivity of dot NET and back end as MS access?