InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) BooleanSerializer is used to parse string representations of boolean values into boolean scalar types(b) BlobRef is a wrapper that holds a BLOB either directly(c) BooleanParse is used to parse string representations of boolean values into boolean scalar types(d) All of the mentioned |
|
Answer» Correct choice is (b) BlobRef is a wrapper that holds a BLOB either directly The best I can explain: BlobRef is used for reference to a file that holds the BLOB data. |
|