InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by build file? |
|
Answer» A build FILE is used for automating VARIOUS steps involved in software development. ALONG with this, the build file also specifies libraries and their versions that need to be included. It also includes the TYPE of optimizations required for the project. Whenever the project size increases, build provides a STANDARD way to build the project. |
|