For ASP, this page will actually be a non-visible page.  This means that the page will contain code to do the database work, but will redirect to a different page when it's finished.

For JSP, this will be a servlet instead of a page.

For now, you will not need to concern yourself with this page.