Page 1 of 1

About Question com.enthuware.ets.scjp.v6.2.206 :

Posted: Thu Mar 01, 2012 5:15 am
by ETS User
There is a mistake in explanation part of that question

Code: Select all

When you run it you get the output:
 A should have been loaded
 A1 should not have been loaded
A1 Loaded
10
but correct version in my opinion is

Code: Select all

A Loaded 
 A should have been loaded
 A1 should not have been loaded
A1 Loaded 
10
They forgot the first line

Code: Select all

A Loaded 

Re: About Question com.enthuware.ets.scjp.v6.2.206 :

Posted: Thu Mar 01, 2012 8:52 pm
by admin
You are right. "A Loaded" was missing. It has now been added.

thank you for your feedback!