Which of the following holds Java source code for the application?

Options
- res/
- assets/
- src/
- bin/


CORRECT ANSWER : src/

Discussion Board
Mobile application

Provide me all MCQ for mobile application for exam

Lucky pandey 09-14-2020 08:45 AM

Explanation-

The "src" (read "source") folder holds all of your source code, and the "bin" folder holds all of your pre-compiled bytecode that can be executed by the Java Virtual machine.

Sapna Tongase 03-8-2017 07:39 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement