Oracle
1Z0-815 · Question #4
Which describes an aspect of Java that contributes to high performance?
The correct answer is A. Java prioritizes garbage collection. https://dzone.com/articles/how-to-tune-garbage-collection-in-java
Understanding Java Technology and Environment
Question
Which describes an aspect of Java that contributes to high performance?
Options
- AJava prioritizes garbage collection.
- BJava has a library of built-in functions that can be used to enable pipeline burst execution.
- CJava monitors and optimizes code that is frequently executed.
- DJava automatically parallelizes code execution.
How the community answered
(32 responses)- A78% (25)
- B3% (1)
- C6% (2)
- D13% (4)
Explanation
https://dzone.com/articles/how-to-tune-garbage-collection-in-java
Topics
#Java performance#JIT compilation#garbage collection#Java runtime
Community Discussion
No community discussion yet for this question.