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:
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
Assembly manifest contains
Static means one per class, not one for each object
Map is Interface and Hashmap is class that implements Map
- 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?