but what would be the correct answer here so:
What differentiates an in-process Servlet container?
Choice 1 - The container runs in its own process
thread from the Web server.
Choice 2 - The Servlet container runs in the same process space as the
JSP container.
Choice 3 - The Servlet container runs in its own process separate from the Web server.
Choice 4 - The container runs as a plug-in within the same address space of the main server.
Choice 5 - Java-based Web servers where the Web server and the Servlet container are integral parts of a single program.
?
Tks.