When a class is presented to run in a JVM, the ____ finds the class, loads the byte codes, performs verification, executes its main method, and then loads any supplemental classes.

A. ClassProfile
B. ClassHandler
C. ClassLoader
D. ClassBooting

Answer: C

Computer Science & Information Technology

You might also like to view...

Economies of ________ refers to the cost-savings gained by an increase in production

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ____ declares the function to the compiler-it tells the compiler the name of the function, the data type of the value that the function will return (the keyword void indicates that the function will not be returning any value), and the data types of each argument that the function expects to receive when it is called.

A. function prototype B. function header C. function body D. function declarator

Computer Science & Information Technology