UML
August 25, 2024
Waterfall-model
August 25, 2024
UML
August 25, 2024
Waterfall-model
August 25, 2024

JSP

Question 2
By which technology do we separate our business logic from the presentation logic?
A
Servlet
B
JSP
C
Both (A) & (B)
D
None of the above
Question 2 Explanation: 
● JSP stands for Java Server Pages.JSP is a server side technology to help developers to create dynamic pages with HTML like syntax.
● The jsp pages are easier to maintain than servlet because we can separate designing and development. It provides some additional features such as Expression Language, Custom Tag etc
Correct Answer: B
Question 2 Explanation: 
● JSP stands for Java Server Pages.JSP is a server side technology to help developers to create dynamic pages with HTML like syntax.
● The jsp pages are easier to maintain than servlet because we can separate designing and development. It provides some additional features such as Expression Language, Custom Tag etc

Leave a Reply

Your email address will not be published. Required fields are marked *