For optimizing a web application with heavy presentation logic, which technology is more suitable?
- Both
- JSP
- None of the above
- Servlet
For optimizing a web application with heavy presentation logic, JSP (JavaServer Pages) is more suitable. JSP is specifically designed for creating dynamic web pages with a focus on presentation logic, making it easier to manage and optimize the presentation layer of a web application.
Loading...
Related Quiz
- The method attributeAdded belongs to the interface _________.
- How should a system handle a situation where a transaction is interrupted due to a system failure?
- In Java, the __________ collector is used for young generation garbage collection.
- What is the best approach to maintain user sessions in a distributed web application environment?
- How does a distributed cache enhance the scalability of a web application?