Test Status
      CSHARPRANDOMTEST
      (A) only one
      (B) more than one
      (C) only two
      (D) upto 10
      (A) It must be declared within a method
      (B) It represent a class object
      (C) It can be used anywhere in the program
      (D) It must accept a class
      (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) Period (.)
      (B) Colon (:)
      (C) Semicolon (;)
      (D) Comma (,)
      (A) By calling Sortdescending() method
      (B) By calling Sort() method
      (C) By calling Sort() and then Reverse() methods
      (D) By calling Sortreverse() method
      (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) declarative syntax of Java
      (B) properties of c#
      (C) events Of c#
      (D) A collection of files that appear to the programmer to be a single DLL or EXE.
      (A) The nestedif statement
      (B) The #endif statement
      (C) The switch case statement
      (D) None of these
      (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.Int8
      (B) System.Int16
      (C) System.Int32
      (D) System.Int64