programming languages Online Quiz - 47
Description: programming languages Online Quiz - 47 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
A ‘Queue’ Collection provides ‘first-in-first-out’ functionality:
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
Every .NET compliant compiler generates IL:
Casting from reference type to value or vice versa is called as
The SQL command used to comment multiple lines is
SQL is a language for
The tables can be combined together in SQL using the concept of
Which of the following commands denote DML commands
Which of the following SQL statement create a sequence SE with starting value as 30 and in increments of 20?
Which of the following is not allowed while creating a table using CRRATE TABLE in SQL?