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 |
Value type & data types difference. Example from .NET.
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
What is different between webusercontrol and in webcustomcontrol?
Types of evidence in .net with context to CAS
Tell me what is a “jagged array”?
What are the features of UIP Application Block?
How viewstate is being formed and how it's stored on client in .net?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
How do you turn off cookies for one page in your site? Give an example.
What are the different parts of an Assembly in .Net?
What are the collections you've used?
What is a windows process in .net?