Been referring to murach's java servlets and jsp book, there's a line which says ->
For a static web page, the http request includes the name of the html file that's requested
Just wanted to understand if the case with dynamic web pages is entirely different? Is the HTML file name not included there in the requested?