What methods are NOT synchronized in java.util.Vector class? A) size() B) add(int index, Object element) C) capacity() D) get(int index) I read some where that all the methods in the Vector class are synchronized. Isn't that true? If not what could be the answer to this question? This Q is from Certification4Career.com The answers given are A, B , C