Oracle 1z0-809 Question Answer
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 –da option?
Oracle 1z0-809 Summary
- Vendor: Oracle
- Product: 1z0-809
- Update on: Jul 25, 2025
- Questions: 196