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 |
which methos do you invoke on the dataadapter control to load your generated dataset with data?
differance between checkbox and rediobutton in vb.net?
Describe difference between inline and code-behind?
What is the difference between constants and read-only variables?
What is the concept of inheritance in .net?
What is Garbage Collection in .Net and what is the Garbage collection process?
Explain Creational design pattern in .NET?
what is AGILE SCRUM methodoly....?
Tell me what is a “jagged array”?
How to store and retrieve images in SQL server database through VB.NET?
Elements of CAS
Tell us why do we use the “using” statement?