Android Application Development (AND-401) — Question 11
What does the src folder contain?
Answer options
- A. Image and icon files
- B. XML resource files
- C. The application manifest file
- D. Java source code files
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.