Custom class classloader

Report a typo

Enter the program output:

public class Main {
    public static void main(String[] args) {
        ClassLoader classLoader = A.class.getClassLoader();
        System.out.println(classLoader.getName());
    }
}

class A {
}

JDK 11 is used.

Enter a short text
___

Create a free account to access the full topic