Computer Science
Which of the following keywords are not specific to exception handling?
- try
- except
- else
- finally
Related Questions
The errors encountered when a user violates the syntax of a programming language while writing a code are termed as …………… .
- Compile time error
- Logical error
- Runtime error
- Exception
An interrupt or forced disruption that occurs when a program is run or executed is termed as …………… .
- Compile time error
- Exception
- Runtime error
- Logical error
Which block is a mandatory block in exception handling process?
- try
- except
- finally
- else
Forced exceptions are indicated using which of the following keywords?
- try
- except
- finally
- raise