A) Generate Assembly language code from ILB) to display the contents of a .NET program fileC) to view the IL within individual functions
Latest Answer : This is the .net dis assembler tool ...
A) System.IOB) System.FileObjectsC) System.FileSystem
Latest Answer : a) SYSTEM.IO ...
A) System.DatabaseB) System.DataAdapterC) System.Data
Latest Answer : System.Data ...
A) Using FRIEND KeywordB) Using STATIC KeywordC) Using SHARED KeywordD) NONE
Latest Answer : using shared method ...
A) EncapsulationB) Main functionC) Abstract Class/FunctionsD) Using Implementation
Latest Answer : C) By using Abstract Classes/Functions ...
A) String( )B) IsEmpty( )C) DoEvents ( )D) All of the above
Latest Answer : B) IsEmpty( )C) DoEvents ( ) ...
A) TraceB) DebugC) ListenersD) None
Latest Answer : C) Listeners ...
A) TrueB) FalseExplanation: All of the .NET framework classes are available to VB.Net
Latest Answer : there are nearly 7000 classes are avialble in the frame work soo it is false ...
A) ProtectedB) FriendC) PrivateExplanation: Private functions are available with in the class module
Latest Answer : Private ...
The methods declared with the following modifiers are not accessible out side the current VB.NET project
A) PublicB) ProtectedC) FriendExplanation: Friend methods are internal to the active project they are not acceble out side the project.