UML
August 25, 2024Waterfall-model
August 25, 2024JSP
|
Question 2
|
By which technology do we separate our business logic from the presentation logic?
|
Servlet
|
|
|
JSP
|
|
|
Both (A) & (B)
|
|
|
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
● 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
● 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
