How does a web application work?

1 answer

Answer

1209606

2026-07-15 22:50

+ Follow

Java
Java

The web application is working in Three-Layered model. A web browser or the user interface is the first layer. The dynamic content generation technology tool such as Java servlets (JSP) or Active Server Pages (ASP) is the second layer and the database is the third layer which containing content and customer data (e.g., usernames and passWords, social security numbers and credit card details).

Over the internet when user triggered through the browser to the web application server. To perform the requested task and bringing information from the database the web application accesses the databases servers. Then the web app presents the information to the user over the browser.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.