Difference between Static and Dynamic webpages:-
1.static Web pages contain the same prebuilt content each time the page is loaded, while the content of dynamic Web pages can be generated on-the-fly.
2. static webpages include HTML….but Dynamic webpages include Java,JSP
3.Dynamic pages contain “server-side” code, which allows the server to generate unique content each time the page is loaded.
For example:- the server may display the current time and date on the Web page
For example:- the server may display the current time and date on the Web page
4. We can easily identify Static and Dynamic webpages through their File extensions in the url
Static WebPages contains extension== “.htm” or “.html,”
Dynamic WebPages Contains extension==”.php,” “.asp,” or “.jsp,”
Static WebPages contains extension== “.htm” or “.html,”
Dynamic WebPages Contains extension==”.php,” “.asp,” or “.jsp,”
No comments:
Post a Comment