Multiple choice technology web technology

Which one is true for the Java-based Node Manager?

  1. Node Manager process is associated with the specific WebLogic domain

  2. Node Manager cannot start the admin server.

  3. Node Manager on one machine can start multiple Managed Servers on different machines.

  4. Node Manager on one machine can start multiple Managed Servers on the same machine.

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

The Java-based Node Manager runs per machine and can control multiple Managed Servers on that same machine (D). It is NOT domain-specific (A is false). It CAN start the Admin server (B is false). It cannot start servers on different machines - each machine needs its own Node Manager instance (C is false).