Question: Chapter 1 What is a web application? Web pages that are created when users issue requests Explain what are the components of a web application.

Chapter 1

What is a web application? Web pages that are created when users issue requests

Explain what are the components of a web application.client/server computer- web browser/server and internet connection

What is the language that a web browser renders to the web pages that make up a web applications user interface?

How a web server handles static web pages?when a user request a web page, this happen when user type the web address on the box address or click on the page. the web browser use HTTP to send the request. Then the HTML get the request and send it back the HTML with the documents that user needed and view them in web page

What is the protocol that a web browser and a web server use to communicate? HTTP; hyper-text-transfer-protocol

What is the difference between a dynamic and a static web page?

Static web pages don't change on their own (they only change when the web developer edits their code himself); dynamic pages, however, are capable of changing and displaying different content based on user inputs without the web developer having to edit the code. Static web pages are usually written in plain HTML, while dynamic web pages incorporate PHP, JavaScript and other scripting languages.

Explain how a web server process dynamic web pages.

What are the components of a servlet/JSP application?

Explain what is the architecture for a typical servlet/JSP format.

All of the files and directories of a web application are subordinate to . which itself is subordinate to..

What is servlet/JSP engine?

Name one popular servlet/JSP engine.

What is a Java EE application server?

Name one popular application server?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!