Which of the following is a Java class that extends the capabilities of the servers?
- Applet
- JSP
- JavaBean
- Servlet
A Servlet is a Java class that extends the capabilities of servers, providing a way to generate dynamic content on the web.
Loading...
Related Quiz
- Can a single class implement multiple listener interfaces in Servlets? If so, what are the considerations?
- How does the servlet container use the order of filter mappings in web.xml?
- Describe how a servlet can process AJAX requests using GET and POST methods.
- To listen for events related to a specific attribute in a session, implement the interface ___________.
- How does Java's heap memory management differ from stack memory management?