A request for a JSP Page results in the generation of a servlet which
then sends a response back to the browser
JSP scriplets consists of
valid code snippets placed within the <% and the %> tags
JSP expressions are used to directly insert values into the output
JSP actions such as usebean,getProperty,setProperty and forward are
used to perform tasks sun as insertion of files ,reusing
beans,forwarding a user to another page and instantiating objects