1. void examveda() {} throws IOException
  2. void examveda() throws IOException{}
  3. void examveda() throw IOException{}
  4. void examveda(void) throws IOException{}
  5. examveda() throws IOException{}
10 views

1 Answers

Answer: Option 2

Let'

10 views

Related Questions