From my limited understanding all JSP ' s are converted to servlets and then it goes through the generic servlet life cycle.
If you want to see how the code execute you can here also add scritplets(System.out.println) which will answer your question . I think
I guess those will be printed to the console of the http server, not to the browser. For browser, you can print those to the web page for debugging purposes.