Skip to main content

Posts

Showing posts from July 1, 2009

Java Related Questions

What is the Difference between Abstract class and Interface? Ans: The most common difference is abstract class is a partially implemented structure, where as interface is a fully unimplemented structure. check out