When creating a Java applet, are there any steps that can be taken to prevent the user from invoking internal methods?
Theoretically, most objects can be analyzed and methods can be called on the client machine.
In addition to obfuscation, are there any other steps that can help prevent this?
My situation is to provide a game in which the highest score is sent directly from the client.
java security applet obfuscation
Pool
source share