Test Status
      CSHARPRANDOMTEST
      (A) Sealed
      (B) Gather
      (C) Static
      (D) Constru
      (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) 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) Private Assemblies
      (B) Shared Assemblies
      (C) Protected Assemblies
      (D) Friend Assemblies
      (A) abstraction
      (B) polymorphism
      (C) multiple inheritance
      (D) inheritance
      (A) publiuc key
      (B) assembly name
      (C) assembly version
      (D) All of the above
      (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) Structures do not support Inheritance
      (B) Structures are value type
      (C) Structures can not have contractor
      (D) All of the above are true
      (A) * (Asterisk)
      (B) # (Pound)
      (C) % (Percent)
      (D) $ (Dollar)
      (A) only one
      (B) more than one
      (C) only two
      (D) upto 10
      (A) System.Object
      (B) System.Base
      (C) System.Root
      (D) System.Parent
      (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.
      (A) Session.Discard()
      (B) Session.Close()
      (C) Session.Abandon()
      (D) Session.kill()