What are advantages of JSP?
The two main uses of jsps are:
1) Using jsp’s we can can seperate the presentation logic from business logic very easily(we can also do the same using the servlets but difficult)
2) Even a web author can easily develop the code ,in the sence a person who doesnt know anything about java can also develop the jsps using the tags





