InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a singleton instance class?(a) LargeObjectLoader(b) FieldMapProcessor(c) DelimiterSet(d) LobSerializer |
|
Answer» The correct choice is (a) LargeObjectLoader To explain I would say: Lifetime is limited to the current TaskInputOutputContext’s life. |
|