-
Int and int32
What is the difference between int and int32
-
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
-
-
-
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
-
-
-
-
-
Picture and Image Controls
What is the difference between the picture and image controls in VB6.0
-
Transfer Value
How to transfer value from one form to another form?
-
-
.NET 2.0 and .Net 3.0 / .Net 3.5
What are the differences between .NET 2.0 and .Net 3.0 / .Net 3.5 in terms of changes in language (C#/VB.NET) and Framework?
-
The Visual Basic Compiler is:
A) vbcompiler.exeB) vb.exeC) vbc.exe
-
Move to the last row of a table
How to move to the last row of a table in VB.Net
-
Design a font dialog box
i want to design a font dialog box as how it looks in Microsoft word. in that to set a font color we have a combo box and it will not give a drop down menu when we click it. instead it will give some thing like a panel. how to make that. without using font dialog and color dialog i want to do it. please check it and answer me thank you.
VB.NET Interview Questions
Ans