I have an interface that is implemented by 100 classes, if I add a method to the interface will my classes compile? How can I fix any errors?

Questions by cindy7alex   answers by cindy7alex

Showing Answers 1 - 3 of 3 Answers

kiran

  • Nov 29th, 2006
 

no it won't compile at all

if u want to make it work means
use java Reflection

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions