Multiple choice technology programming languages java.lang.String class is declared as a final class. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation The java.lang.String class is declared with the final modifier to prevent subclassing, ensuring string immutability and security.