@Shivam153
Hi, I don't find here creating multiple servlet request.
If you can check the code snippet above,
This is the syntax that we follow .
To forward any servlet request from one to another, it involves 2 steps as below:
1. Create request dispatcher object (here it is 'rd')
2. and use that o...