1Z0-809 Web TestEngine demo

Exit VCEDump 1Z0-809 Java SE 8 Programmer II
Question 5 of 32
0% complete
Q5 Single choice

Given:

public class Counter {
public static void main (String[ ] args) {
int a = 10;
int b = -1;
assert (b >=1) : "Invalid Denominator";
int = a / b;
System.out.println (c);
}
}

What is the result of running the code with the -ea option?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in