IBM Exam Questions

Which statement correctly describes the Java heap?

Which statement correctly describes the Java heap?

A.
the size of the application’s executable code

B.
the transaction history of the Java application

C.
Java class files and system objects used by the application

D.
memory allocated within a Java Virtual Machine for the creation and use of objects

Explanation: