Click here to Skip to main content
16,022,660 members

Comments by Member 10491035 (Top 16 by date)

Member 10491035 28-Dec-13 18:14pm View    
After going through various generics articles I think that answers should be
1. False
2. False
3. True
4. True
Let me know if my understanding is correct
Member 10491035 28-Dec-13 15:26pm View    
I posted the code for the algorithm...IS it okay and optimized. Please let me know
Member 10491035 28-Dec-13 14:26pm View    
Thank you
Member 10491035 28-Dec-13 12:41pm View    
StringBuilder is used for strings that change constantly. - False
StringBuilder should be used only with big enough strings - True
String type is optimized to accommodate changes without much impact. --> False ( As we are creating new string everytime for every change i think its not optimized )
Let me know if my understanding is correct
Member 10491035 28-Dec-13 12:25pm View    
I posted the code for the algorithm above...Can anyone please check and let me know if it is correct and optimized or not?