This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
security is one of the important feature in java ... so that private members can't be accesed from ouside the class even through
Private members are accesed through reflection in java.lang.reflect package from outside the class.... so security feature does not concern with java.... Please suggest any solution to overcome this?
Java is not designed a a high-security language, but it does have security features. There was a similar discussion earlier today; look at this thread.
santhosh.R gowda
Ranch Hand
Joined: Apr 06, 2009
Posts: 296
posted
0
Campbell Ritchie wrote:Java is not designed a a high-security language, but it does have security features. There was a similar discussion earlier today; look at this thread.