Dynamic and Static Web Page
By Ramakrishna on Oct 16, 2008 in Java Interview Questions
Dynamic or Static Web Page
Of all the various ways you can make your site, your pages will more or less fall into one of two categories; dynamic or static. While the differences may seem obvious at first, the distinction becomes rather blurred at the edges when you try to categorize your work into one of the two types. Indeed, you might not feel the need to know the nature of the pages you are building, but more often than not your type of page could have an effect on the type of software that is best for the job.
A static web page is generated from an HTML document that doesn’t change,
while a dynamic web page is generated by a web application based on the parameters
that are included in the HTTP request.
