Multiple choice technology programming languages

Distributed programming helps in:

  1. balance resource loading

  2. lower cost of development since clients can access remote codes for services

  3. operator overloading

  4. none of these

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

Distributed programming distributes execution across multiple machines to balance resource loading and lowers development costs by reusing remote services. Operator overloading is a language feature unrelated to distributed systems architecture.