J2ME Question: Download J2ME PDF

What is Obfuscation?

Tweet Share WhatsApp

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.

Download J2ME PDF Read All 88 J2ME Questions
Previous QuestionNext Question
What is MSC?What is optional package?