Visual Basic - Study Mode
[#391] In VB, array is divided into 3 types, the second type is . . . . . . . .
Correct Answer
(B) double dimension
[#392] Which of the following is used to convert a number from one data type to another in visual studio?
Correct Answer
(C) Convert class
[#393] . . . . . . . . is used to open the sequential file access for append.
Correct Answer
(B) AppendText method
[#394] You specify each item to display in a list box using the Items collection's. . . . . . . .
Correct Answer
(A) Add method
[#395] The actions such as click, double-click, scrolling etc are . . . . . . . .
Correct Answer
(A) Events