I've been wondering about the implementation of charAt function for String/StringBuilder/StringBuffer in java
what is the coomplexity of that ?
also what about the deleteCharAt() in StringBuffer/StringBuilder ?
I have an array holding references for objects. I want to change some of those references in the array to another object. At the moment I use a for loop like ...