Description: programming languages Online Quiz - 48 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which part of the .NET Framework provides Context for managed code?
How do you preserve the contents of an array from being cleared when the array is redimensioned?
What is the lower bound value of array in VB.NET?
Whats the output of following code Class A Public Overridable Sub F() End Sub End Class Class B Inherits A Public Overridable Sub F() End Sub End Class
Assembly manifest contains
Which part of the .NET Framework provides Context for managed code?
How do you preserve the contents of an array from being cleared when the array is redimensioned?
What is the lower bound value of array in VB.NET?
Casting from reference type to value or vice versa is called as
Every .NET compliant compiler generates IL:
A DataSet can hold any number of tables
OPTION exists in VB.NET
Web.Config file is of the type
Select the keyword used to compare the object variable?
How does VB.NET instantiates the .NET object
What is the output of the following code in Test class Class Myclass Dim Num as Integer Private Sub New (i as integer) Num=i End sub End class Class Test Sub Main() Dim c as Myclass C=New Myclass (10) End sub End Class
You can create Command Line applications using VB.Net
Implicit cursors are declared for
You want to create a PL/SQL block of code that calculates discounts on customer orders. This code will be invoked from several places, but only within the program unit ORDERTOTAL. What is the most appropriate location to store the code that calculates the discounts?
If the Oracle Engine for its internal processing has opened a cursor they are known as _________