"pure abstract class" is not a Java term, but I guess it means a class that does nothing an interface can't do. (No concrete methodes or nonfinal fields). Is that what you mean?
I believe that's the only difference, unless you count the fact that the abstract class and its methods would have to be declared abstract while the interface's methods are implicitly abstract.
Originally posted by Krazee soul: What are the differences between a pure abstract class & interface apart from the fact that interfaces allow multiple inheritance?
None. It's the only reason for the existence of interfaces in Java: to allow at least some form of multiple inheritance.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus