Multiple choice technology architecture A servlet instance (object) is created during the execution of JSP. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation When a JSP page is first requested, the container translates it into a servlet class and creates an instance. This servlet instance handles subsequent requests. The statement correctly describes this JSP-to-servlet translation process.