This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
In page 12 of Head First JSP & servlets, the author says that...
when the html page is being rendered . it makes another request from the server ..for any image tags...
So if the page has 20 images..will the cleint make 20 requests to the server for these 20 images related to a single page...
Thanks in advance, Regards
Kishore Balla
Ranch Hand
Joined: Jun 08, 2005
Posts: 165
posted
0
Originally posted by A Kumar:
So if the page has 20 images..will the cleint make 20 requests to the server for these 20 images related to a single page...
Yes.. It will..
Not only for images.. Even for external .js(javascript) files and .css (style sheet) files, browser will make a separate request to server to download.