Final answer:
A String method can be called through a string literal.
Step-by-step explanation:
True. A String method can be called through a string literal. In computer programming, a string literal is a sequence of characters enclosed in quotation marks or apostrophes. String literals are used for representing text in various programming languages. When a String method is called through a string literal, the method operates on that specific string value.