Hi everyone.
theirs a question in my mind about servlet. when we take a parameters from the jsp page for example String a = request.getParameter("name"); i was wondering why we use "request" here why not any other word but request?
Can anyone please explain it in detail?