Description: programming languages Online Quiz - 58 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the following can be used to run other application or batch file from VB.Net
Which of the following NameSpace contains EventLog component?
A ‘Queue’ Collection provides ‘first-in-first-out’ functionality:
My.Application.Log.WriteEntry , by default , writes to the file:
Append,Binary,Input are all the enumerated members of
Which control should not be used for adding Tool tip?
How do you Dereference an Object in VB.NET
What is the output of the messagebox function in following code Class Test Dim A, B, C as Byte, Sub Main() A=200 B=100 C=A+B Console.WriteLine ( C ) End sub End Class
which program will you use to assemble a program written in IL:
By default VB.NET delegate refers
VbOk,VbCancel,VbAbort are all the enumerated members of
Which method of VB.NET implements the same functionality of Destructor of C#
VbOk,VbCancel,VbAbort are all the enumerated members of
If a Procedure/Package code is getting compiled in the database for the first time and we receive compilation time error, the procedure/package still gets stored in the database. The previous statement is TRUE/FALSE?
Procedure MUST have IN/OUT parameters.
To increase size of a Table Type Collection/Varrays, use ...
Testing check-ins before building can be achieved through
TFS reports can be accessed via
Which of the following is not a capability of Microsoft Test Manager 2010?
What is the primary interface that a tester uses to create test cases, organize test plans, track test results, and file bugs when defects are found?