GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  what is difference between instance and object.?
what are the all difference between interface and abstract class?




November 11, 2005 06:20:31 #4
 prafulla   Member Since: Visitor    Total Comments: N/A 

RE: what is difference between instance and object.?
 

Interface supports runtime polymorphism,but abstract class doesn't.

All methods in interface have no defination, only declarations.But abstract class have methods with defination.

     

 

Back To Question