It will load the required class into memory (VM).

The 'loadClass' method in 'ClassLoader' performs these tasks, in order, when called to load a class:

1. If a class has already been loaded,...