String类是否可以继承? 盾给网 4年前 不可以 String 类在 JDK 中被广泛使用,为了保证正确性、安全性,String 类是用 final 修饰,不能被继承,方法不可以被重写。 No related posts.