Exception Handling

© examsiri.com
Question : 14 of 24
 
Marks: +1, -0
Which statement is true about the two classes? public class SomeException{ }


public class A{
 public void doSomething(){}
}

public class B extends A{
 public void doSomething() throws SomeException{}
}
Go to Question: