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  >  Placement Papers  >  KPIT

 Print  |  
Question:  how to override a string class?




February 02, 2006 02:53:52 #2
 kaustav das   Member Since: Visitor    Total Comments: N/A 

RE: how to override a string class?
 

Once u need to override any particular class that class should not be a final  but all wrraper classes are final in nature so u cannnot override any warrper class .

but String class  is not a warpper class but even this is declared as a final class so this class cannot be overrid the String class.

     

 

Back To Question