Which allows embedding Java code directly into the HTML code?
- Applet
- JSP
- JavaBean
- Servlet
JavaServer Pages (JSP) allows the embedding of Java code directly into HTML code, facilitating the creation of dynamic web pages with server-side logic.
Loading...
Related Quiz
- Which Java method is used to add a cookie to the response object?
- The __________ attribute of the session object is used to store objects.
- Which method is commonly used for session tracking in servlets?
- Servlet initialization parameters are primarily used for ___________ configuration.
- What is the significance of the Last-Modified header in HTTP servlet responses?