Glorified classes in the Java language

前端 未结 13 1946
一生所求
一生所求 2021-01-29 20:32

Some classes in the standard Java API are treated slightly different from other classes. I\'m talking about those classes that couldn\'t be implemented without special support f

13条回答
  •  长发绾君心
    2021-01-29 21:10

    java.lang.ClassLoader, though the actual dirty work is done by some unmentioned subclass (see 12.2.1 The Loading Process).

提交回复
热议问题