Is it really necessary to write code in JSP on the client side and process the request with servlets?
I am a little confused with server-side and client-side programming, I think that
("the client side is the side where the page is lode, which can be programmed in any language, such as HTML, and can use CSS javascript, etc., and the server side is the one that processes the request coming from the client using GET and POST methods in HTML, and they can be processed through servlets ")
source share