Page 1 of 1

About Question enthuware.jwpv6.2.777 :

Posted: Thu Feb 02, 2012 3:39 pm
by Ciprian Mihalache
println method throws the IOException checked exception. This means, as it is (with the correct answer in its place) the code will not compile. To fix this, a try-catch block must be added, because doStartTag method does not declare the IOException.

Re: About Question enthuware.jwpv6.2.777 :

Posted: Thu Feb 02, 2012 7:50 pm
by admin
You are right. This has now been fixed.

thank you for your feedback!