When i run this demo it\'s call TestBean\'s writeObject method which is private
writeObject
How is it possible ?
Here is the Code:
import j
It uses reflection. private and public are not security measures. That is only a contract for class users.