DEVFYI - Developer Resource - FYI

What is keyword used to compare to objects?

Visual Basic Interview Questions and Answers


(Continued from previous question...)

61. What is keyword used to compare to objects?

ISOperator Returns Boolean.


62. Suppose from form1 to form2 object property settings will arise to ?

Invalid procedure call or argument (Run time error 5)


63. What is the return type of Instr and Strcmp?

Instr integer (Numeric position)
Strcmp - integer ( if both the string are equal they result = 0)
Strcmp (Str1, Str2, Comparetype)
Comparing mode = 0 Binary Comparing
1 Textual Comparing


64. What is Implicit?

Instance of specific copy of a class with its own settings for the properties defined in that class.
Note: The implicitly defined variable is never equal to nothing.


65. What is Inprocess and Out of Process?

Inprocess It will run with in the memory. ( Local Machine). Out of Process It will run out of the memory Normally in the server side.


66. Where will we give the option explicit keyword and for what?

In the general declarations section. To trap undeclared variables.

(Continued on next question...)

Other Interview Questions