18) Which of the following keyword of VB.NET is used to throw an exception when a problem shows up?
A) Try B) Catch C) Finally D) Throw
19) Which of the following is not an event in VB.NET?
A) mousehover B) mousedrop C) mousedown D) mouseup
20) Which of the following converts the expression to string data type in VB.NET?
A) Cstr(expression) B) CSByte(expression) C) CShort(expression) D) CSng(expression)
21) which is not a main component of Visual Studio IDE?
A) start menu B) Tool box C) designer window D) Solution Explorer
18) Which of the following keyword of VB.NET is used to throw an exception when a problem shows up?
A) Try B) Catch C) Finally D) Throw
Answer:
D) Throw
19) Which of the following is not an event in VB.NET?
A) mousehover B) mousedrop C) mousedown D) mouseup
Answer:
B) mousedrop
20) Which of the following converts the expression to string data type in VB.NET?
A) Cstr(expression) B) CSByte(expression) C) CShort(expression) D) CSng(expression)
Answer:
A) Cstr(expression)
21) which is not a main component of Visual Studio IDE?
A) start menu B) Tool box C) designer window D) Solution Explorer
Answer:
A) start menu
Comments
Leave a comment