InterviewSolution
Saved Bookmarks
| 1. |
Explain About Obj-open-by-handle Method? |
|
Answer» USE the Obj-OPEN-By-Handle method only if we can determine the unique handle that permanently identifies which instance to open. OTHERWISE, use the Obj-Open method. Use the Obj-Open-By-Handle method only if we can determine the unique handle that permanently identifies which instance to open. Otherwise, use the Obj-Open method. |
|