If you see a sentence below then JSP has been processed. If no sentence is printed then JSP processing failed

<% String create = "Hello World"; %>

<%out.println(create);%>