This is the correct answer. Because there is no method defined in the String class named toLower(). So it cannot be invoked using the object of String class.The correct method is toLowerCase() which converts the characters to lowercase. So this is the correct answer.