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?




May 05, 2006 02:24:30 #9
 Amar Jagdale   Member Since: Visitor    Total Comments: N/A 

RE: what is difference between instance and object.?
 

Instance referes to Reference of an object.

Object is actaully pointing to memory address of that instance.

we can implement more than one interface.But We cannot extend more than one Abstract Class.

     

 

Back To Question