-
Which of the following are the valid method of command object
A) ExecuteNonQuery & ExecuteScalarB) ExecuteQuery & ExecuteScalarC) ExecuteParameterD) None
-
-
Which of the following are not a member of String Type
A) ConcatB) CopyC) JoinExplanation: Join is not a member of String class
-
How do you call a method on webservice asynchronously
A) Create a Callback method that take an Iasyncresult as aparameterB) Call the method as you would call a method of any other classC) Declare an exernal function
-
Can you create Windows Services using VB.Net
A) YesB) No
-
The methods which return the values back to the calling code are called as
A) Interrogative methodsB) Imperative methodsC) Constructors
-
-
What’s the difference between a class field property?
A) A field always has Get and Set MethodsB) A property always has Get and Set MethodsC) None of the aboveExplanation: These methods are internally used set and retrieve values of a property.
-
-
Which of the following protocol is used in WebServices?
A) HTTPB) SOAPC) WSDLExplanation: Sipmle Object Access Protocol is used for web services
-
Option base statement which was introduced in VB6 is till valid in VB.NET
A) TrueB) FalseExplanation: Option base statement has been removed in VB.NET
-
Which technique we use to achieve polymorphic behavior of an object
A) Late BindingB) Multiple InterfacesC) .NET ReflectionD) All of the aboveExplanation: All of these can be used to achieve polymorphic behavior of an object
-
-
How do you join strings in VB.NET
A) +B) &C) Both A & B
-
How do you refer the current class in VB.Net
A) MeB) ThisC) SuperExplanation: Me is used to refer the current class in VB.Net
-
-
-
-
Which of the following syntax is not allowed in VB.NET?
A) Sub End subB) { }C) ( )Explanation: Sub … EndSub is for enclosing method implementation & ( ) for enclosing the condition. But Flower brackets are not valid Syntax in Vb.Net
-
VB.NET Interview Questions
Ans