Wednesday, November 19, 2014

Difference between String vs String static, Array vs Array static

We have different common methods used for normal String and static string class. For static string class we just use


String.split() etc without creating any string object(which is usually done using normal string).


Using static string class method and an performance improvement.


when to use normal string class vs static string class


No comments:

Post a Comment