Multiple choice technology programming languages

In a multitiered application, which tier is the browser in?

  1. First tier.

  2. Second tier.

  3. Third tier.

  4. Fourth tier.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In a multitiered application architecture, the browser runs on the client side and handles user interface presentation. This is known as the presentation tier or first tier. The other tiers (application logic tier and data tier) typically run on servers.