MCPcopy Create free account
hub / github.com/JavaCourse00/JavaCourseCodes / main

Method main

01jvm/jvm/HelloClassLoader.java:7–10  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

5public class HelloClassLoader extends ClassLoader {
6
7 public static void main(String[] args) throws Exception {
8
9 new HelloClassLoader().findClass("lib.Hello").newInstance();
10 }
11
12 @Override
13 protected Class<?> findClass(String name) throws ClassNotFoundException {

Callers

nothing calls this directly

Calls 1

findClassMethod · 0.45

Tested by

no test coverage detected