adplus-dvertising
frame-decoration

Question

Which of the following block of VB.NET identifies a place to catch an exception with an exception handler at the place in a program where you want to handle the problem?

a.

Try

b.

Catch

c.

Finally

d.

Throw

Posted under VB NET Web Technologies

Answer: (b).Catch

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following block of VB.NET identifies a place to catch an exception with an exception handler at the place in a program where you want to handle the problem?

Similar Questions

Discover Related MCQs

Q. Which of the following accesss modifier specifies that one or more declared member variables refer to an instance of a class that can raise events?

Q. Which of the following statement declares a user-defined event?

Q. Which of the following Collection class of VB.NET represents an array of the binary representation using the values 1 and 0?

Q. Which of the following converts the expression to Boolean data type in VB.NET?

Q. Which of the following converts the expression to SByte data type in VB.NET?

Q. Which of the following accesss modifier specifies that a property or procedure redeclares one or more existing properties or procedures with the same name?

Q. Which of the following statement declares an enumeration and defines the values of its members?

Q. Which of the following property of Array class in VB.NET checks whether the Array is readonly?

Q. In Vb.net, data is handled through ………………… which facilitates development of web applications.

Q. A …………………… is a collection of one or more record sets as well as the relationships between those tables or record sets.

Q. Both COM and distributed COM(DCOM) technology has been replaced by the .NET framework, although you still have access to COM through what VB.NET calls ……………

Q. ………………… is built on a disconnected data model that uses snapshots of data that are isolated from the data source.

Q. ………………. are based on XML schema, so they can be strongly typed.

Q. ………………… is the ability to create procedures that can operate on objects of different types.

Q. …………………… is the process by which you can derive new classes from other classes.

Q. ………………. namespace in vb.net includes classes and interfaces that return information about types, methods and fields and also have the ability to dynamically create and invoke types.

Q. ………………. namespace in vb.net provides an interface to many of the protocols used on the internet.

Q. ……………… namespace in vb.net includes essential classes and base classes that define commonly used data types, events and event handlers, interfaces, attributes, exceptions and so on.

Q. The file extension …………….. in vb.net represents a global application class, used to handle global application class, used to handle global ASP.NET application level events.

Q. The file extension ……………… in vb.net represents a web form.