Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既然类加载可以分为字节码加载、链接(验证、准备、可选解析)和初始化,那么这些阶段中的哪一个阶段负责方法区域中类型结构的分配和实例化,然后由Class对象使用?
Class