JVM类加载:如何手写自定义类加载器,命名空间详解

二进制名字

如java.net.URLClassLoader$3$1 表示URLClassLoader的第三个匿名内部类中的第一个匿名内部类。