Submitted by heartin on Tue, 08/21/2012 - 08:06
The Character class is a wrapper class for the char primitive data type.
Submitted by heartin on Tue, 08/21/2012 - 04:26
We have discussed the theory about access modifiers in the previous note. This note will give you an example code that will show the valid and invalid usages for members belonging to different access levels from different regions of your code such as same class, subclass in same package, subclass in another package and a non-subclass in another package.