Match each item with a statement below:

A. compiles Java program into Java byte codes
B. allows Java byte codes to execute
C. presents a bounded environment for a Java program to run within
D. the gatekeeper of the JVM
E. allows you to associate permissions based upon the source of a loaded class
F. monitors references to dynamic memory and releases the memory when there are no longer any references to it
G. memory pools holding objects of different ages
H. class that allows applications to implement a code-level security policy
I. a set of Java objects

A. javac
B. JVM
C. Sandbox
D. ClassLoader
E. SecureClassLoader
F. Garbage collector
G. Generations
H. SecurityManager
I. Domain

Computer Science & Information Technology

You might also like to view...

Which of the following is the procedure for getting Excel data into an Access table?

a. Export b. Copy Wizard c. Import d. Modify

Computer Science & Information Technology

A using directive that is at the start of the file

a. Is a syntax error b. Applies to the entire file c. Applies only to the first block d. Hides all other namespace directives

Computer Science & Information Technology