⟩ Explain what are the advantage of servlet over jsp and what are advantage of jsp over java?
Advantages of Servlets over jsps:-
(1)servlets are comparatively faster than jsps.
Advantages of Jsps over servlets:-
(1)Easy to write and maintain and comparatively developer friendly
(2)Developer provided with implicit objects that reduces burden
(3)You can mix jsp code and html code together in a single page