We know that JSPs gets converted to Servlets, Servlets are for the Buisines logic and JSPs for the view etc... But theoretically, you can do most of the things you do with JSP with a servlets. Same thing the other way round.
But Is there anything that you can implement with Servlets and not with JSPs or vice versa?
I got this question some time back in an interview, but did not find any answer after lots of googling.