Computer Science, asked by DarpanSaxena3053, 11 months ago

To create user defined exception which exceptionclass will be used to inherit

Answers

Answered by Anonymous
1

Explanation:

In brief minimum mode is designed for single processor environment while maximum mode is designed for multiprocessor environment. In minimum mode processing unit issues control signals required by memory and i/o devices .

Answered by Anonymous
0

________________________________________________❤

· User Defined Exception or custom exception is creating your own exception class and throws that exception using 'throw' keyword. This can be done by extending the class Exception. ... The keyword “throw” is used to create a new Exception and throw it to the catch block.

Similar questions