programming languages Online Quiz - 48
Description: programming languages Online Quiz - 48 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
If the Oracle Engine for its internal processing has opened a cursor they are known as _________
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?
Implicit cursors are declared for
You can create Command Line applications using VB.Net
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
How does VB.NET instantiates the .NET object
Select the keyword used to compare the object variable?
Web.Config file is of the type
OPTION exists in VB.NET
A DataSet can hold any number of tables
Every .NET compliant compiler generates IL:
Casting from reference type to value or vice versa is called as
What is the lower bound value of array in VB.NET?
How do you preserve the contents of an array from being cleared when the array is redimensioned?
Which part of the .NET Framework provides Context for managed code?
Assembly manifest contains
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
What is the lower bound value of array in VB.NET?
How do you preserve the contents of an array from being cleared when the array is redimensioned?
Which part of the .NET Framework provides Context for managed code?