View Single Post
  #1 (permalink)  
Old 07-30-2007, 10:11 AM
money123 money123 is offline
Member
 
Join Date: Jul 2007
Posts: 11
money123 is on a distinguished road
Which exception is thrown.....
A developer compiles a program and executes it successfully.
The developer then changes a method signature in an interface file and then recompiles only that file. The file compiles successfully, with no errors or warnings.

When the developer described in the above scenario executes the program, which one of the following exceptions is thrown?
Choice 1

ClassFormatError
Choice 2

UnsatisfiedLinkError
Choice 3

ClassNotFoundException
Choice 4

NoSuchMethodException
Choice 5

IllegalStateException

I guess its IllegalStateException
Reply With Quote
Sponsored Links