Sail E0 Webinar
Question
Which of these is a legal definition of a method named examveda assuming it throws IOException, and returns void. Also assume that the method does not take any arguments. Select the one correct answer.
Options:
A .  void examveda() {} throws IOException
B .  void examveda() throws IOException{}
C .  void examveda() throw IOException{}
D .  void examveda(void) throws IOException{}
E .  examveda() throws IOException{}
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers