public class Test { public static void main(String[] args) { Test test=new Test(); } void call() throws FileNotFoundException{ } How many ways Child class of test Class can override call method?
Anonymous
void call() throws FileNotFoundException,RuntimeException{ } void call(){ }
Check out your Company Bowl for anonymous work chats.