| Author |
can we use abstract interface keyword together
|
vianyrajnish rajnish
Ranch Hand
Joined: Apr 22, 2007
Posts: 70
|
|
hi , can we use abstract and interface keywords together .... beccause in servlets --- public abstract interface Servlet { .... } is there .... please tell me can we use this like ..and describe please Thanks, vinay rajnish
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Yes. Its pretty meaningless though; interfaces are always abstract.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: can we use abstract interface keyword together
|
|
|