Finally, a Constant Variable
Whatís wrong with the following code?
// Figure 5.6
// This Applet wonít compile
import java.applet.Applet;
public class FinalTest extends Applet {
final int x;
}
Previous slide
Next slide
Back to first slide
View graphic version