Which techniques best prevent sensitive objects from being manipulated by an attacker who wants to create a

Question:

Which techniques best prevent sensitive objects from being manipulated by an attacker who wants to create a malicious subclass? (Choose three.)

A. Add final to the class declaration.

B. Set protected as the access level for all method declarations.

C. Add final to all method declarations.

D. Add final to all instance variable declarations.

E. Add final to all constructors.

F. Set private as the access level for all constructors.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: