Multiple choice Which of the following is a method of Vector class in Java Collection Framework? boolean add(Object o) int capacity() void clear() object clone() all of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation Correct choice