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 an anonymous method and how is it different from a lambda expression?
Explain assemblies in .net?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
Difference between Panel and GroupBox classes?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What are the different types of Classes in .NET?
What is CLR, CLS,CTS
4 Answers Deloitte, Vee Technologies,
what user controls are and what server controls are and the differences between the two.
why you wouldn't want to write into it even if you could
Which two properties are on every validation control?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What do you mean by Driver Script?