Home

What is the correct answer?

4

Finally is fired only when error occurs

A. True

B. False

Correct Answer :

B. False


Related Questions

________ converts to long datatype A Windows Service if installed cannot be uninstalled Using OLEDB you can connect more than one table Data from DataSet is accessed using34 Use a _________ statement to make Visual Basic object the default object… Function abc() As StringReturn 10End Function /*1. Class C2. public notoverridable sub abc()3. msgbox("Base Class")4.… To print use A form can have only one default button In OLEDB database can be accessed without using DataSet If a Form is Inherited from another Form and both Forms have certain codes… A Class can inherit both Class and Interface at a time In TreeView to get the node the mouse is pointing to, use To add items stored in an array to a ListView use To display multiple columns in ListView the View property must be set… This view pops up if "Ctrl+F1" is pressed Dim a() as Integer-{1,2,3,4}is a valid statement In TreeView to collapse all the nodes of a selected node ___________ method… The correct sequence of Form Loading is ___________ is used to pass copies of a variable while __________ is used… Images can be loaded from To view Panels of a StatusBar set _________ to true If Option Explicit is on then Dim i as Integer="10" will produce an error /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… To call a buttons click event use The default event handler of TextBox is A single OLEDBAdapter can have many DataSets dim arr(10) as string, the max index of the array is A form can not call itself To uninstall a Windows Service ____________ is use