JSP runs on the server side and displays an HTML page (including embedded javascript and css). This way, your browser runs Javascript and HTML code, not JSP code.
You can verify this using the tools of your browser’s developer, you will not find JSP code there.
, Javascript/HTML. AJAX , .