Home »
MCQs »
Full Stack Development MCQs
A 'middleware' is a ____
42. A "middleware" is a ____.
- A tool for writing server-side logic
- An intermediate layer of application that sits between the client and the server to manage requests and responses
- A tool for deploying projects
- A backend framework
Answer: B) An intermediate layer of application that sits between the client and the server to manage requests and responses
Explanation:
The middleware is an intermediate layer of application that sits between the client and the server to manage requests and responses. It facilitates communication and manages specific tasks without directly modifying the core functionalities of the application.