Multiple choice Which of the following methods are present in the vector class in java? TrimToSize() SetElement(index,Element) Seach() Empty() Remove() Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is the correct answer. TrimToSize() method is present in the vector class and it trims the capacity of the vector to its size. So, this is the correct answer.