Test Status
      CSHARPRANDOMTEST
      (A) Sealed
      (B) Gather
      (C) Static
      (D) Constru
      (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) DataView ia subset of row and not columns
      (B) find can be done only on sorted columns
      (C) Sorting can be done on multiple columns
      (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) The runtime checks to see that only one version of an assembly is on the machine at any one time.
      (B) The compiler offers compile time checking for backward compatibility.
      (C) .NET allows assemblies to specify the name AND the version of any assemblies they need to run.
      (D) It doesn.t.
      (A) Declaration and initialization is separated
      (B) It is allocated at compile time
      (C) It is allocated at runtime
      (D) all of the above
      (A) * (Asterisk)
      (B) # (Pound)
      (C) % (Percent)
      (D) $ (Dollar)
      (A) Private Assemblies
      (B) Shared Assemblies
      (C) Protected Assemblies
      (D) Friend Assemblies
      (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) HasCollision
      (B) HasErrorConflict
      (C) HasError
      (D) HasDataError
      (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) 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) Structures do not support Inheritance
      (B) Structures are value type
      (C) Structures can not have contractor
      (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