Answer: d) Double.valueOf()
Explanation: The Double.valueOf() method is used to convert a String to a Double object in Java.