Coding for scope
try {
String s ;
// code involving s
}
catch (Exception e) {
showStatus(“Error is :” + s);
// will not compile
}
Previous slide
Next slide
Back to first slide
View graphic version