Multiple choice How many copies of a JSP page can be in memory at a time? One Two Three Unlimited Reveal answer Fill a bubble to check yourself A Correct answer Explanation Tomcat maintains only a single instance of each JSP page in memory at any given time. This single instance is then used to serve multiple requests concurrently through different threads, ensuring memory efficiency while handling simultaneous users.