Tuesday, 27 December 2011

74.My.Application.Log.WriteEntry , by default , writes to the file:

A.Applog.Log
B.Application.Log
C.assemblyname.log
D.None of these
ANS:C

73.The metadata stored in the assembly is called :

A.AssemblyInfo
B.manifest
C.AssemblyData
D.None of these
ANS:B

72.Classes from which namespace will have to be used to read or write to a file ?

A.System.FileObjects
B.System.FileSystem
C.System.IO
D.System.Input/Output
ANS:C

71. What’s the difference between a class field property ?

A.A field always has Get and Set Methods
B.A property always has Get and Set Methods
C.Both 1 and 2
D.None of the above
ANS:B

70. A ‘for’ loop will run faster in VB.NET or C# ?

A.VB.NET
B.C#
C.Both of them will run equally fast.
D.None of these
ANS:B

69.which program will you use to assemble a program written in IL:

A.ildasm
B.clr
C.ilasm
D.All the above
ANS:C

68.The vbc.exe compiler generates:

A.IL Code
B.Native code
C.Byte Code
D.None of these
ANS:A