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