Question 18 of 730 from exam SY0-601: CompTIA Security+

Question 18 of 730 from exam SY0-601: CompTIA Security+

Prev Question Next Question

Question

Refer to the following code:

public class rainbow {
public static void main (String [] args) {

object blue = null;
blue.hashcode (); }

Which of the following vulnerabilities would occur if this is executed?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D.