Which of the following web server technologies implements several Java EE specifications to provide a "pure Java" HTTP web server environment in which Java code can run.
- Apache HTTP Server
- IIS
- Nginx
- Apache Tomcat
EXPLANATION
Tomcat implements several Java EE specifications including Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for Java code to run in.
0 comments:
Post a Comment