Your organization provides a cloud server to your customer to run their Java code. You are reviewing the changes for the next release and you see this change in one of the config files:
Which is correct?
A.
You accept the change because -noverify is necessary for your code to run with the latest version of Java.
B.
You reject the change because -Xms8g -Xmx8g uses too much system memory.
C.
You accept the change because -noverify is a standard option that has been supported since Java 1.0.
D.
You reject the change because -noverify is a critical security risk.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit