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...

An Input mask controls what can and cannot be entered in a field

Indicate whether the statement is true or false

Computer Science & Information Technology

XHTML is a static language used to display content on a Web page

Indicate whether the statement is true or false

Computer Science & Information Technology

In the current HTML standard, it is a challenge for Web developers to learn and remember all of the various attributes that could affect the way the browser would render the visual components of a Web page.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Stephen is writing a report. He has some information that he wants to include as a bulleted list, and he needs to organize the information with several subtopics. He also wants to use pictures for some of the bullet characters, instead of the default bullets. How can he do this?

What will be an ideal response?

Computer Science & Information Technology