Multiple choice technology programming languages

java.lang.String class is declared as a final class.

  1. True

  2. 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.