Multiple choice technology programming languages "toString" is a method of Class String. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation toString() is defined in the Object class and inherited by all classes including String. String overrides toString() but does not originate it.