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:  why java does not support inheritance of multiple superclasses?
what is achieved by inheritance?
why there is no main method in servlets/jsps?




January 01, 2006 08:39:48 #6
 Manish Mishra   Member Since: Visitor    Total Comments: N/A 

RE: why java does not support inheritance of multiple ...
 

sorry fren your answer is incorrect.... Java DO NOT SUPPORT MULTIPLE INHERITENCE, but we can implement it by implementing interfaces not like that u said... coz thats still called sngle inheritence.

     

 

Back To Question