If you have a function that might throw an exception and some programs that use that function might want to handle that exception differently, you should
a. not catch the exception in the function
b. throw an integer exception
c. never throw an exception in this function
d. none of the above
a. not catch the exception in the function
Computer Science & Information Technology
You might also like to view...
The typical values for the socket type are_______ (for stream sockets) and_______ (for datagram sockets).
a) SOCK_STREAM, SOCK_DGRAM. b) SOCK_TCP, SOCK_UDP. c) STREAM, DGRAM. d) None of the above.
Computer Science & Information Technology
In which of the following events would the operating system send a synchronous signal?
a) when an I/O operation completes b) when the operating system suspends a process c) when a process or thread performs an illegal memory operation d) when the operating system continues a process
Computer Science & Information Technology