The ______ specification defines an application programming interface for…
2022
The ______ specification defines an application programming interface for communication between the server and the application program.
- A.
Java Servlet
- B.
JDBC
- C.
Java Applet
- D.
Java Swing
Attempted by 187 students.
Show answer & explanation
Correct answer: A
Key idea: The Java Servlet specification defines the standard API that allows a web server to communicate with and invoke server-side Java applications (servlets). Defines how the web server passes requests to servlets and receives responses.
A video solution is available for this question — log in and enroll to watch it.