how can an abstract class have no abstract methods?
807588Apr 25 2008 — edited Feb 24 2009I 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?