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
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
Static means one per class, not one for each object
A final class can be extended
Vector is synchronized whereas arraylist is not.
Map is Interface and Hashmap is class that implements Map
A Java object is subject to garbage collection when it becomes unreachable to the program in which it is used.
- 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?