in Web Technologies retagged by
1,506 views
0 votes
0 votes

By which technology do we separate our business logic from the presentation logic?

  1. Servlet
  2. JSP
  3. Both (A) & (B)
  4. None of the above
in Web Technologies retagged by
by
1.5k views

1 Answer

0 votes
0 votes

Answer: (B)

In JSP, business logic is separated from presentation logic by using JavaBeans, whereas

In Servlet, we have to implement everything like business logic and presentation logic in just one servlet file.

 

Ref: https://www.geeksforgeeks.org/difference-between-servlet-and-jsp/

Answer:
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true