Re: can i make an interface as static or final or both?
Posted By:
Anonymous
Posted On:
Wednesday, July 20, 2005 02:33 PM
You can't give static or final methods in Interface. You can write a simple program and test it. It complains that, static or final is not allowed here.
Re: can i make an interface as static or final or both?
Posted By:
Anonymous
Posted On:
Wednesday, July 20, 2005 01:46 AM
Can I make an interface as static or final or both..