Test Status
      CSHARPTEST4
      (A) int[][] myArray;
      (B) int[,] myArray;
      (C) System.Array[2] myArray;
      (D) int[2] myArray;
      (A) .NET Framework uses COM+ services while creating Distributed Applications.
      (B) .NET Framework uses DCOM for creating unmanaged applications.
      (C) .NET Framework uses DCOM for making transition between managed and unmanaged code.
      (D) .NET Framework uses DCOM for achieving language interoperability
      (A) enum Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
      (B) Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
      (C) enumeration Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
      (D) Day enum{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
      (A) Classes can have both contractors and destructors
      (B) Classes are reference type
      (C) Classes does not support Inheritance
      (D) All of the above are true
      (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
      (A) Classes within the same assembly, and classes derived from the declaring class.
      (B) Internal methods can be only be called using reflection.
      (C) Only methods that are in the same class as the method in question.
      (D) Classes that are both in the same assembly and derived from the declaring class.
      (A) System.Object
      (B) System.Base
      (C) System.Root
      (D) System.Parent
      (A) By reference.
      (B) By value.
      (C) By address.
      (D) By memory.
      (A) Polymorphism means multiple forms and different name
      (B) Polymorphism means multiple forms but one name
      (C) Polymorphism means single forms and single name
      (D) All of the above are true
      (A) Integer only
      (B) Date, Integer and String
      (C) only string
      (D) Date and Integer
      (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) Period (.)
      (B) Colon (:)
      (C) Semicolon (;)
      (D) Comma (,)
      (A) Session.Discard()
      (B) Session.Close()
      (C) Session.Abandon()
      (D) Session.kill()
      (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) A peripheral assembly designed to monitor permissions requests from an application.
      (B) An assembly containing localized resources for another assembly.
      (C) An assembly designed to alter the appearance or .skin. of an application.
      (D) Any DLL file used by an EXE file.