How to override a string class?

  
Showing Answers 1 - 2 of 2 Answers

kaustav das

  • Feb 23rd, 2006
 

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions