EMC Exam Questions

Which statement should immediately follow?

Given the following statement for creating a IDfCheckinNode object:
IDfCheckinNode node = (IDfCheckinNode)checkin.add( doc);
Which statement should immediately follow?

A.
if( node == null ) { /* handle errors */ }

B.
node.setFilePath( strFileName );

C.
checkin.execute();

D.
node.setVersionLabels(“DRAFT”);