They download from central repositories. Frame the concept in practical terms so you can explain it during interview discussion.
Maven and Gradle access central repositories like Maven Central to download dependencies automatically. This process ensures that all required libraries are fetched without manual intervention. For example, in an e-commerce project, specifying dependencies in pom.xml will prompt Maven to download them from the repository, simplifying setup.