Description: programming languages Online Quiz - 152 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the following statements is false?
For XML Parser to ignore a certain section of XML Document, which syntax is correct?
Well formed XML document means
What is the correct syntax of the declaration which defines the XML version?
Comment in XML document is given by
A Java object is subject to garbage collection when it becomes unreachable to the program in which it is used.
Map is Interface and Hashmap is class that implements Map
Vector is synchronized whereas arraylist is not.
A final class can be extended
Static means one per class, not one for each object
Assembly manifest contains
Which program will you use to assemble a program written in IL
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
What is the operator that is used to cast up & down the inheritance hierarchy?
Which of the following can be used to run other application or batch file from VB.Net
How do you create method which can be accessed without the use of objects reference ?
You can create COM Dll’s using VB.NET
A ‘Queue’ Collection provides ‘first-in-first-out’ functionality: