Test Status
      CSHARPRANDOMTEST
      (A) It is used to initialize variables
      (B) It is used to define constants
      (C) It is used to define variables
      (D) None
      (A) Session.Discard()
      (B) Session.Close()
      (C) Session.Abandon()
      (D) Session.kill()
      (A) We can write only one abstract method inside interface.
      (B) No method is abstract inside interface
      (C) All the methods inside Interface in an abstract method.
      (D) None of the above
      (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) Single-Dimensional
      (B) Multidimensional
      (C) Jazzed arrays
      (D) Jagged arrays
      (A) The nestedif statement
      (B) The #endif statement
      (C) The switch case statement
      (D) None of these
      (A) Close the connection
      (B) Temporary dispose the connection
      (C) Deletes it from the memory
      (D) All of the above
      (A) It is an environment for developing, building, deploying and executing Desktop Applications, Web Applications and Web Services.
      (B) It is an environment for developing, building, deploying and executing Distributed Applications.
      (C) It is an environment for development and execution of Windows applications.
      (D) It is an environment for developing, building, deploying and executing only Web Applications.
      (A) only one
      (B) more than one
      (C) only two
      (D) upto 10
      (A) abstraction
      (B) polymorphism
      (C) multiple inheritance
      (D) inheritance
      (A) TestFixtureAttribute
      (B) TestClassAttribute
      (C) TestAttribute
      (D) NUnitTestClassAttribute