Hi friends, this is my first post on Java Insight blog. Hopefully this would be of little help to you.
Lets start off with String class, most widely used Java class may be.
We all use String's substring method so frequently while programming, but have you ever given a thought of how it works. How memory is managed? Can it lead to memory leaks? Truly speaking, I never had, until I stayed whole night in office debugging an application for memory leaks.
Enough of intro to engage you further I guess, so lets jump straightaway into action.
Lets start off with String class, most widely used Java class may be.
We all use String's substring method so frequently while programming, but have you ever given a thought of how it works. How memory is managed? Can it lead to memory leaks? Truly speaking, I never had, until I stayed whole night in office debugging an application for memory leaks.
Enough of intro to engage you further I guess, so lets jump straightaway into action.