2. Find the Output
17
12.
What will be the output?
13
class Exco extends Exception [ ]
class Excl extends Exco { } / * Line 2 */
public class Test
{
public static void main(String args[]).
{
75
16
try
17
18
19
{
throw new Exc1(); /* Line 9 */
}
catch (Exo0 e0) /* Line 11 */
{
System.out.println("Exo caught");
7
catch (Exception e)
{
System.out.println("exception caught):
]
20
21
22
3
23
3
Answers
Answered by
0
Answer:
which language is this ??
Explanation:
Idk this language
Similar questions