Java Interview Question

Wednesday, November 14th, 2007 Posted in Java Interview Question | No Comments »

What is the difference between an Interface and an Abstract class? An abstract class can have instance methods that implement a default behavior. An Interface can only declare constants and instance ... Read more..