Suppose a try block needs to be followed by two catch blocks, each catching a different exception. Which exception should be caught first?
a) The exception that is more likely to occur
b) The exception that is more general
c) The exception that is more specific
d) It does not matter in what order exceptions are caught
c.
Computer Science & Information Technology
You might also like to view...
If you create a field in a table that combines the first name and last fields from the same table, you need to use the ________
A) Calculated data type B) multivalued field property C) Text data type D) OLE Object data type
Computer Science & Information Technology
A technician needs to create a rule in the firewall to convert the directory server's private IP address to its public IP address. Which of the following should the technician enable to accomplish this?
A. NAT B. VPN C. DNS D. DMZ
Computer Science & Information Technology