Multiple choice technology programming languages Choose the methods that are not available in StringBuilder class. length size capacity reverse Reveal answer Fill a bubble to check yourself B Correct answer Explanation The StringBuilder class in Java has length(), capacity(), and reverse() methods, but it does not have a size() method (which is typically used in Collection classes).