programming languages Online Quiz - 152
Description: programming languages Online Quiz - 152 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
A ‘Queue’ Collection provides ‘first-in-first-out’ functionality:
You can create COM Dll’s using VB.NET
How do you create method which can be accessed without the use of objects reference ?
Which of the following can be used to run other application or batch file from VB.Net
What is the operator that is used to cast up & down the inheritance hierarchy?
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 Num variable of Myclass is initialized to 10
Which program will you use to assemble a program written in IL
Assembly manifest contains
- What does XML stand for?
- What does DTD stand for?
Comment in XML document is given by
What is the correct syntax of the declaration which defines the XML version?
Well formed XML document means
For XML Parser to ignore a certain section of XML Document, which syntax is correct?
Which of the following statements is false?