InterviewSolution
Saved Bookmarks
| 1. |
How Can A Public Exception, Which Is Global In Nature, Be Created In A Package? |
|
Answer» An exception is CALLED a PUBLIC exception if it is declared in a package specification as a separate CONSTRUCT, as SHOWN in the FOLLOWING code: An exception is called a public exception if it is declared in a package specification as a separate construct, as shown in the following code: |
|