Examveda
Examveda

Which one of the following keyword is used in conjunction with an Exception object?

A. throws

B. exception

C. throw

D. final

Answer: Option C

Solution(By Examveda Team)

The throw keyword is used in conjunction with an Exception object. It halts execution of the current method and passes responsibility for handling the error back to the calling code.

This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept