MCQs > IT & Programming > VB.NET > While working with collections, sometimes it is necessary to persist objects. Which method will be suitable to store a HashTable named 'hash' to a file Stream named 'fileStr' using a BinaryFormatter named 'BF'?

VB.NET MCQs

While working with collections, sometimes it is necessary to persist objects. Which method will be suitable to store a HashTable named "hash" to a file Stream named "fileStr" using a BinaryFormatter named "BF"?


Answer

Correct Answer: BF.Serialize(fileStr, hash)

Explanation:

Note: This Question is unanswered, help us to find answer for this one

VB.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

VB.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it