Just as a side note, please don't use new for a String, you might end up messing up.
just use


There would be disastrous results if u start using new for String, especially when you use == for...