What is Gradle?
a) A build automation tool
b) A version control system
c) A programming language
d) A software testing framework
Answer: a) A build automation tool
Explanation: Gradle is an open-source build automation tool that is designed to automate the building, testing, and deployment of software. It is used to manage dependencies, compile source code, and run tests.