Hacker News new | ask | show | jobs
by xxs 997 days ago
JSP literally compiles/translates to Servlets, as in extends them in the code, and everything you see is in their 'service' method effectively. JSP can consider JSP alike to C's preprocessor.