Can someone please clarify the difference between Page and PageContext impilcit objects in
jsp ?
page : page is of class java.lang.Object,and it refers to instance of generated
servlet. // what does this mean ?
PageContext : pageContext is of type javax.servlet.jsp.PageContext.
Am not able to get the difference between these both, please assist.