Multiple choice technology architecture

RUN FROM ____ is an automation scheme that simplifies the configuration of a server to point at a local java project in eclipse

  1. Destination

  2. Source

  3. ClassPath

  4. Dependency Jar

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

RUN FROM SOURCE is an automation feature that simplifies server configuration to point at a local Java project in Eclipse. This allows developers to quickly test and deploy their code from the Eclipse workspace without manual server setup.