Is String class is final class?

Answer:
The core classes in the java.lang.* package (e.g. String, Integer, double, Boolean, etc.) are all declared final.
First answer by Docjason. Last edit by Docjason. Contributor trust: 130 [recommend contributor recommended]. Question popularity: 3 [recommend question].