Q107
What is the syntax of close method for document object?
A.
Close(object)
B.
Close(doc)
C.
Close(val)
D.
Close()
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
In order to close a document object, we need to call Close().