Tag: Servlet
Servlets are a component of the JEE framework used for web development. Learn the basics of servlets, i.e., how to handle requests, process them, and reply back with a response besides more advanced concepts like handling cookies and sessions, mocking servlets, and many more.