Page 1 of 1

About Question enthuware.jwpv6.2.790 :

Posted: Fri Apr 05, 2013 1:14 pm
by koitoer
The question is "Which of the following attribute scopes are thread safe".
The marked answer is "Local variables", but as far I know local vars are not defined in any attribute scope, I agree with the explanantion, but not with the answer, probably better answer should be "None of the above".

It is an error?

Re: About Question enthuware.jwpv6.2.790 :

Posted: Sat Apr 06, 2013 6:07 am
by admin
You are right. Servlet instance variable and local variables are not technically "attributes". The problem statement has been updated to state both.

thank you for your feedback!
Paul.

Re: About Question enthuware.jwpv6.2.790 :

Posted: Tue Apr 09, 2013 1:52 pm
by sebastien
it seems that the old version of the question is back :

Which of the following attribute scopes are thread safe?

local variable can not be considered as "attribute scope"

Re: About Question enthuware.jwpv6.2.790 :

Posted: Tue Apr 09, 2013 7:25 pm
by admin
I see that it says "..variables and attributes..." instead of just variable.

HTH,
Paul.

Re: About Question enthuware.jwpv6.2.790 :

Posted: Wed Apr 10, 2013 12:14 am
by sebastien
Strange i only see attribute