Choose all that apply.
'VBDim ourPath as String = "c:\boot.ini"Path.ChangeExtension(ourPath, "bak")//C#string ourPath = @"c:\boot.ini";Path.ChangeExtension(ourPath, "bak");
Also check these .Net Framework test papers, these are one of most attempted test paper in this category.