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 garbage collection in .net? Explain the garbage collection process?
What is a Manifest?
What?s a proxy of the server object in .NET Remoting?
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
how can i create a table from front end to back end in wabe page?
What is assembly in .net?
What are server controls?
Difference abstract class and interface in .net?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain the process of compilation in .NET?
What is loosely coupled solution in.net?
Give an example program for Getter /read-only methods in JAVA