Which technology is primarily used for writing business logic in a web application?
- CSS
- HTML
- JSP
- Servlets
Servlets are primarily used for writing business logic in a web application.
Loading...
Related Quiz
- What is session tracking in the context of servlets?
- What object is primarily used to read form data in a servlet?
- What is the first method called in the lifecycle of a servlet?
- The use of ___________ in error messages helps in identifying the exact source of an error in servlets.
- A servlet needs to log different levels of messages. Which approach is the most effective?