Test Status
      CSHARPRANDOMTEST
      (A) HasCollision
      (B) HasErrorConflict
      (C) HasError
      (D) HasDataError
      (A) Private Assemblies
      (B) Shared Assemblies
      (C) Protected Assemblies
      (D) Friend Assemblies
      (A) Abstract
      (B) New
      (C) Shadow
      (D) Sealed
      (A) Getvalue
      (B) Getstring
      (C) GetNumber
      (D) None
      (A) external protect
      (B) internal protect
      (C) protect
      (D) internal
      (A) System.Int8
      (B) System.Int16
      (C) System.Int32
      (D) System.Int64
      (A) * (Asterisk)
      (B) # (Pound)
      (C) % (Percent)
      (D) $ (Dollar)
      (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) 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) It defines a class that inherits the public methods of A only.
      (B) It defines a class that inherits all the methods of A but the private members cannot be accessed.
      (C) Errors
      (D) a and b
      (A) Session object
      (B) Server Object
      (C) Response Object
      (D) Application Object
      (A) datareader
      (B) dataset
      (C) datatabel
      (D) all
      (A) Managed code is the code that runs on top of Windows.
      (B) Managed code is the code that is written to target the services of the CLR.
      (C) Managed code is the code where resources are Garbage Collected.
      (D) Managed code is the code that is compiled by the JIT compilers.
      (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) System.Object
      (B) System.Base
      (C) System.Root
      (D) System.Parent