-
It is not possible to put multiple classes in side a single .vb file
A) TrueB) FalseExplanation: It is possible to have multiple classes inside a single .vb file.
-
-
Int and int32
What is the difference between int and int32
-
Debugging EXE File
How can you debug an ActiveX EXE named MYTEST.EXE?
-
How do you implement interrogative methods in VB.NET
A) Using Sub keywordB) Using Function KeywordC) Using New KeywordExplanation: Functions always return a value hence they are interrogative methods
-
-
Implement Classes
How can we implement classes in VB.Net?
-
-
AppDevRight Modify Visual Studio .NET Application
You company AppDevRight assigns you to modify a Visual Studio .NET application that was created by a former colleague. However, when you try to build the application, you discover several syntax errors.You need to correct the syntax errors and compile a debug version of the code so the application can be tested.Before compiling, you want to locate each syntax error as quickly as possible.What should...
-
Which statement shows Boxing?
A) Dim O as object=I ( as i an integer)B) Dim I as integer=OC) Both
-
What is the out put of the following codeMustInherit class MyFirstclassPublic Dim Num as IntegerPublic Sub New( I as integer) Num=iEnd SubEnd ClassClass Test Dim cls as New MyFirstclass( 100) Console.writeLine (cls.Num)End Class
A) Can not Create an Instance of MyfirstClassB) MyFirstclass is created and 100 is assigned to Num variableC) Runtime Error
-
Whats the output of following codeClass A Public Overridable Sub F() End SubEnd ClassClass B Inherits A Public Overridable Sub F() End SubEnd Class
A) Runtime ErrorB) Compiler ErrorC) Compiler Throws a warning message
-
VB.NET 2003 can not support following
A) Operator OverloadingB) Multiple InheritanceC) Multilevel InheritanceD) All of the aboveE) A & B Only
-
Instead of Triggers
How many types of "instead of triggers" can be specified on a table? What are they?
-
Session ID
Where is the session id stored?
-
Datagrid as a Datasource
How to assign DataReader to a Datagrid as a Datasource in Windows Application? If it is possible then how to do it in .Net 2008?
-
Place a Text Box in MSHFlexgrid
How to place a text box in a MSHFlexgrid cell in VB 2005
-
-
-
VB.NET Interview Questions
Ans