Test Status
      CSHARPRANDOMTEST
      (A) Convert.ToString(str) function handles NULL while str.ToString() does not. It will throw a NULL reference exception.
      (B) str.ToString() function handles NULL while Convert.ToString(str) does not. It will throw a NULL reference exception.
      (C) Both can handle NULL
      (D) None can Handle NULL
      (A) contain the same methods as the interface
      (B) inherit the properties of the interface
      (C) create an interface object
      (D) all of the above
      (A) Yes, and we can access them
      (B) No, and we can not access them
      (C) Yes, but we can not access them
      (D) All of the above are wrong
      (A) Session.Discard()
      (B) Session.Close()
      (C) Session.Abandon()
      (D) Session.kill()
      (A) TestFixtureAttribute
      (B) TestClassAttribute
      (C) TestAttribute
      (D) NUnitTestClassAttribute
      (A) Convert converts the value, Parse is for parsing
      (B) Convert allows null values, Parse cannot
      (C) Both are same
      (D) None of these
      (A) * (Asterisk)
      (B) # (Pound)
      (C) % (Percent)
      (D) $ (Dollar)
      (A) Client computer as a cookie
      (B) Server machine
      (C) Passed to and fro on each and every request and response
      (D) Both a and b are correct
      (A) Encapsulating a value type in an object.
      (B) Encapsulating an object in a value type.
      (C) Encapsulating a copy of a value type in an object.
      (D) Encapsulating a copy of an object in a value type.
      (A) Getvalue
      (B) Getstring
      (C) GetNumber
      (D) None
      (A) It is used to initialize variables
      (B) It is used to define constants
      (C) It is used to define variables
      (D) None
      (A) using System;
      (B) using System.Collections.Generic;
      (C) using System.Windows.Forms;
      (D) All of the above are used
      (A) a double type to interger
      (B) a interger type to double
      (C) a value type to a reference type
      (D) a reference type to a value type