113k views
4 votes
The exception classes are in packages in the ________.

a.)Compiler b.)JVM c.)Java API d.)Ex class

1 Answer

5 votes

Answer: Compiler

Step-by-step explanation:

The exception classes are basically occur during the compilation of the program in the system. The exception is the event which disrupt the flow of the instruction.

It basically provide a way to transfer the control in the one part of the program to another program. The exception class is also known as run-time exception that basically indicate the condition in the class application.

All the other options are not in the form of packages in the exception class. Therefore, compiler is the correct option.

User BlackMamba
by
7.1k points