6) Which of the following operator declares the parameters and code that define a function lambda expression?
A) AddressOf B) Await C) GetType D) Function Expression
7) Which of the following loop structure dose not supported by VB.NET?
A) Do ………… loop B) For ………… Next C) Do ………… Then D) For Each ………. while
8) Which of the following converts the expression to Char data type in VB.NET?
A) Convert.ToBool(expression)
B) Convert.ToCharater(expression)
C) Convert.ToString(expression)
D) Convert.ToChar(expression)
9) Which of the following block of VB.NET identifies a block of code for which particular exceptions will be activated?
A) Try B) Catch C) Finally D) Throw
6) Which of the following operator declares the parameters and code that define a function lambda expression?
A) AddressOf B) Await C) GetType D) Function Expression
Answer:
D) Function Expression
7) Which of the following loop structure dose not supported by VB.NET?
A) Do ………… loop B) For ………… Next C) Do ………… Then D) For Each ………. while
Answer:
C) Do ………… Then
8) Which of the following converts the expression to Char data type in VB.NET?
A) Convert.ToBool(expression)
B) Convert.ToCharater(expression)
C) Convert.ToString(expression)
D) Convert.ToChar(expression)
Answer:
D) Convert.ToChar(expression)
9) Which of the following block of VB.NET identifies a block of code for which particular exceptions will be activated?
A) Try B) Catch C) Finally D) Throw
Answer:
A) Try
Comments
Leave a comment