Multiple choice technology web technology

Which technology is used for frontend screen?

  1. EJB

  2. JPA

  3. JSP

  4. None

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

JSP (JavaServer Pages) is a server-side technology that generates dynamic web content and is used for creating frontend user interfaces. EJB (Enterprise JavaBeans) handles server-side business logic, while JPA (Java Persistence API) manages database operations, making them backend technologies.