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 |
Define code access security (cas)?
Explain the difference between static page and dynamic page?
Explain about major components of the .NET framework.
Explain the difference between garbage collections in .net 4.0 and earlier versions?
What are the providers available with VS.NET ?
What is the difference between an abstract class and an interface?
Explain how to load the contents of an xml file into an xmldocument object?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
State some of the different languages supported by .net?
How do you define the lease of the object in .net?
Explain the different types of proxy patterns?
How to write an MMC snap-in for my Windows service?