Which one directly interacts with the Java server pages (JSP) container?
- CSS
- HTML
- JSP
- Servlets
Servlets directly interact with the JavaServer Pages (JSP) container.
Loading...
Related Quiz
- How can you retrieve a servlet's initialization parameters in the init method?
- Servlets are often used for processing and sending the ______ to the client.
- In JDBC, what does Statement.setFetchSize(int rows) method influence?
- An ORM framework's ability to automatically generate SQL queries from object-oriented code is known as _________.
- What is a memory leak in the context of Java programming?