Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how can an abstract class have no abstract methods?

807588Apr 25 2008 — edited Feb 24 2009
I have an abstract class and it has no abstract methods... all are implemented except that it has a static block which builds a database by using the setter methods within the abstract class....

Can someone explain why the java file compiles?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2009
Added on Apr 25 2008
17 comments
580 views