Java class loader and class reflection usage examples
1. One command corresponds to one process. When we start a Java program, that is, when we start a main method, a Java virtual machine process will be started, no matter how complex the process is. Different JVM processes will not affect each other. This i
2025-01-12