Q. What is the purpose of the substring() method of a String object in Java? (A) To add a substring to the string (B) To extract a substring from the string (C) To check if the string contains a substring (D) To concatenate two substrings ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) To extract a substring from the string