Android Application Development (AND-401) — Question 11

What does the src folder contain?

Answer options

Correct answer: D

Explanation

The src folder is primarily used to store Java source code files, which are essential for the application's functionality. The other options refer to different types of files that are not typically found in the src directory, such as resources and manifest files.