Home

What is the correct answer?

4

Dim S as Integer=10
Text1=S
Msgbox(Text1.Text)

A. Will return error

B. Will return 10

C. Will return 0

D. Will return Null

Correct Answer :

A. Will return error


Related Questions

A function can have multiple return statements In TreeView to collapse all the nodes of a selected node ___________ method… _________ and _____________ combines to make a KeyPress event Only derived class can have shadows keyword In HelpProvider ___________ property is used to mention the help file… This property of TrackBar is not present If a Form is Inherited from another Form and both Forms have certain codes… In OLEDB database can be accessed without using DataSet If a button click event is to be fired when the user press the 'Esc' key,… A DataSet can hold multiple tables even if there are similar fields Use a _________ statement to make Visual Basic object the default object… To use HelpProvider, the following properties of the form needs to be… Images can be loaded from VB.NET supports Multi Level Inheritance In ListView the item that is currently selected is determined by To redimension an array with its previous values intact use ___________… On error goto lbl is a A form can have only one default button To print use /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… If Option Explicit is on then Dim i as Integer="10" will produce an error If a Class in inherited, its constructor is inherited automatically and… Structured and Unstructured exceptions can't be mixed A TreeView can have multiple root nodes If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap… To override Finalize function the scope of the function must be To view Panels of a StatusBar set _________ to true We need multiple ErrorProviders from multiple controls. The SelectionMode property of a CheckedList Box can be set only to A user wants that custom colors are visible when the Color Dialog Box…