Home

What is the correct answer?

4

If Option Explicit is on then Dim i as Integer="10" will produce an error

A. True

B. False

Correct Answer :

B. False


Related Questions

Application.StartupPath actually points to If MustOverride is used then ____________ is also a must. Function abc() As StringReturn 10End Function A user wants that custom colors are visible when the Color Dialog Box… In reports ___________ property help to assign user-defined criteria If a Form is Inherited from another Form and both Forms have certain codes… A form can have only one default button ___________ is used to pass copies of a variable while __________ is used… VB.NET supports Multi Level Inheritance To uninstall a Windows Service ____________ is use To view Panels of a StatusBar set _________ to true You can assign a Main Menu to any control Two commands can be written in the same line using Only derived class can have shadows keyword To retrieve the default path of the project use A DataSet can be updated only when the connection is open The correct sequence of Form Loading is On error goto lbl is a A Windows Service if installed cannot be uninstalled To vertically arrange all forms in an MDI form use Class ccpublic _________ I as stringend classButton1_Clickcc.I=100 /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… You create a UserControl having a TextBox and include that in a separate… In TreeView to get the node the mouse is pointing to, use ________ converts to long datatype A thread can be started only once If Option Explicit is on then Dim i as Integer="10" will produce an error This view is not present in VB.NET The default event handler of TextBox is To make a button the default button, this property of the form must be…