What is the advantage of declaring method abstract in a intreface ?
for example
difference between
Intreface Test
{
public void test();
}
and
Intreface Test
{
public abstract void test();
}
Thanks & Regards
Sairam
---------------------------------
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.
- [JAVA] Use of declaring method abstract in a interface temp temp
- Re: [JAVA] Use of declaring method abstract in a interf... Tamas Szabo
- Re: [JAVA] Use of declaring method abstract in a inte... Paul Benedict
- Re: [JAVA] Use of declaring method abstract in a ... Martin Gainty

