Multiple choice technology

An application server may have different JVM's

  1. Yes

  2. No

  3. May be

  4. May not be

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

Application servers commonly run multiple JVMs (Java Virtual Machines) for load balancing, isolation, and fault tolerance. Each JVM can handle separate applications or instances. This is standard practice in Java EE environments including WebSphere and similar platforms.