单项选择题

A.继承ClassLoader类并调用defineClass返回一个Class<?>实例
B.直接创建一个ClassLoader实例并指定加载路径
C.调用系统类加载器的loadClass()方法
D.在应用程序中不支持创建自定义类加载器