Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
class Test { [B][I]static [/I]class Foo { public int i = 3; }[/B] public static void main(String args[]) { Object o = (Object)new Foo(); Foo foo = (Foo)o; System.out.println("i = " + foo.i); } }
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.