InterviewSolution
Saved Bookmarks
| 1. |
What Is Obfuscation? |
|
Answer» OBFUSCATION is a technique used to complicate code. Obfuscation makes code HARDER to UNDERSTAND when it is de-compiled, but it typically has no affect on the functionality of the code. Obfuscation programs can be used to PROTECT Java programs by making them harder to reverse-engineer. Obfuscation is a technique used to complicate code. Obfuscation makes code harder to understand when it is de-compiled, but it typically has no affect on the functionality of the code. Obfuscation programs can be used to protect Java programs by making them harder to reverse-engineer. |
|