Home

What is the correct answer?

4

To redimension an array with its previous values intact use ___________ keyword

A. RedimPreserve

B. Preserve

C. Redim

D. Redim Preserve

Correct Answer :

D. Redim Preserve


Related Questions

DomainUpDown control is used only for strings and NumericUpDown for numbers. In OLEDB database can be accessed without using DataSet If MustOverride is used then ____________ is also a must. dim arr(10) as string, the max index of the array is To print use If a form call another form and the caller form is closed through code,… The correct sequence of Form Loading is _________ and _____________ combines to make a KeyPress event Using OLEDB you can connect more than one table To retrieve the default path of the project use Two commands can be written in the same line using In TreeView to get the node the mouse is pointing to, use If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap… To view Panels of a StatusBar set _________ to true This view is not present in VB.NET You can assign a Main Menu to any control You create a UserControl having a TextBox and include that in a separate… Application.StartupPath actually points to To uninstall a Windows Service ____________ is use A single OLEDBAdapter can have many DataSets To vertically arrange all forms in an MDI form use A thread can be started only once A DataSet can be updated only when the connection is open Only derived class can have shadows keyword A TreeView can have multiple root nodes The default location of the exe file of your solution is DataSet can be used to connect to Crystal Report Use a _________ statement to make Visual Basic object the default object… To add controls at runtime use If a Label control's AutoSize property is set to True, can you resize…