answersLogoWhite

0

request response paradigm is somthiing which define how request and response work in the web application or in real world.

First when the user open browser and hit any URL, request object is created.

This request object then send to the server. server finds the appropriate resources for that request and executes the logic (if any) ans send back response to the browser. Browser interprets the response and display result

User Avatar

Wiki User

12y ago

What else can I help you with?