What is ProGuard in Android development?
ProGuard
A notification service
A security and optimization tool
A layout manager
A networking service
Correct Answer: B — A security and optimization tool
Explanation:
ProGuard is a tool that optimizes and obfuscates Android code, reducing the APK size and protecting against reverse engineering.