GSSP-JAVA Web TestEngine demo

Exit VceDump GSSP-JAVA GIAC Secure Software Programmer - Java
Question 39 of 42
0% complete
Q39 Single choice

You work as a Software Developer for Developer Inc. You write the following code.
interface A {public boolean b = false;}
class C implements A {public static void main(String args[]) {b = true;System.out.println(b);}}

Which of the following will be the result, when you try to compile and execute the above code?

Sign in to mark questions

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

Sign in