a) throws new Exception();
b) throw new Exception();
c) new Exception();
d) new throws Exception();
Answer: b
Explanation: throw new Exception(); trigger an exception and each “throw” must have at least one “catch”.
Related Posts
The DBMS acts as an interface between what two components of an enterprise-class database system?
A data dictionary is a special file that contains?
The information about data in a database is called _______
Which of these data models is an extension of the relational data model?
Which of these is not a feature of Hierarchical model?
Which of the following is not true of the traditional approach to information processing
Which of the following hardware component is the most important to the operation of a database management system?
Join The Discussion