G
Guest
I'm using VB.NET.
I have been reading up for an exam I will be taking in a few hours, and I'm
becoming confused... a String's contents never change? I read that every time
I change a String it's actually giving me a reference to a totally different
string; and that using a StringBuilder would be better if the String will be
changing a lot. I really don't understand all this... I also don't understand
really what the Stack and HashTable objects are good for, and I need to know
this as well. (I hope someone can answer these questions before I take the
exam.) Thanks.
I have been reading up for an exam I will be taking in a few hours, and I'm
becoming confused... a String's contents never change? I read that every time
I change a String it's actually giving me a reference to a totally different
string; and that using a StringBuilder would be better if the String will be
changing a lot. I really don't understand all this... I also don't understand
really what the Stack and HashTable objects are good for, and I need to know
this as well. (I hope someone can answer these questions before I take the
exam.) Thanks.