|
|
|
JSP
|
What are advantages of JSP?
The two main uses of jsps are:
* Using jsp?s we can can seperate the presentation logic from business logic very easily(we can also do the same using |
|
|
JSP
|
Is JSP technology extensible?
Yes, it is. JSP technology is extensible through the development of custom actions, or tags, which are encapsulated in tag libraries. |
|
|