Saturday, 24 December 2011

39.What is the significance of Option Explicit statement when it is set to On?

A.   Specifies that any variable name is declared (with type) before use
B.   Specifies whether strings should be compared as binary
C.   Specifies that variables should be initialized before use
Ans:A

38. Which of the following Types will have data of fixed size?


A.  Value Type
B.   Reference Type
C.  None
Ans:A

37. Every type supported by CTS is derived from __________?


A.  System .Object
B.   System .Type
C.   System .Data
Ans:A 

36. An Assemblyinfo file in a VB.NET project will have blank as file extesion?


A.   .config
B.   .vb
C.  .cs
Ans: B

35. Most of the underlying integration of .NET is done through XML


A.   True
B.   False
Ans: A 

34. How many levels of compilation happens in .NET Framework?


A.   One
B.   Two
C.   Three
Ans:B

33. Which of the following namespaces is used to access "computer name" and its IP address in VB.NET?


A. System.NET.DNS
B. System.Diagnostics.Process
C. System.Data.Common
D. None of the Above
Ans:A