What technology is typically used for writing presentation logic in web applications?
- Applet
- JSP
- JavaBean
- Servlet
JavaServer Pages (JSP) is typically used for writing presentation logic in web applications, allowing Java code to be embedded into HTML for dynamic content generation.
Loading...
Related Quiz
- In servlets, the _________ mechanism is used to encrypt data transmitted over the network.
- How do servlet filters complement the MVC architecture in web applications?
- To handle multiple file uploads, a servlet may use the __________ API.
- What is the main purpose of using try-catch blocks in database operations?
- Which method is used to batch multiple SQL statements before sending them to the database?