About Question enthuware.jwpv6.2.777 :
Posted: Thu Feb 02, 2012 3:39 pm
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.