programming languages Online Quiz - 47
Description: programming languages Online Quiz - 47 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Assembly manifest contains
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
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
SQL support which of the following data model
The SQL command used to comment multiple lines is
SQL is a language for
The transformation functions used are
The tables can be combined together in SQL using the concept of
Which of the following commands denote DML commands
Consider an emp table having columns empno, empname, salary Which of the following queries sort emp table by empname and then by salary in descending order
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?