Why we need to restart the server after making changes in html or javascript?
After making modifications to HTML or JAVASCRIPT, we don't need to restart the server. However, after making modifications to the Servlet or other server-side code, we must restart it. Why?