Of course, private methods are designed not to be accessed from outside the class. If you find you need to do this, you may need to review your design.
Joanne
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35256
7
posted
0
Also, doing this may break the class if you're not careful (and may not be possible in the presence of a security manager, like if the code runs as part of a server).