Thursday, January 2, 2014

JDK Version 1.0 features

 In versions of Java and the JDK up to 1.0.1, you could use private and protected together to create yet another form of protection that would restrict access to methods or variables solely to subclasses of a given class. As of 1.0.2, this capability has been removed from the language.

No comments:

Post a Comment